Sampling Plots: Snowshoe Hare Ecology Project
Department of the Interior
@usgov.doi_gov_sampling_plots_snowshoe_hare_ecology_project
Department of the Interior
@usgov.doi_gov_sampling_plots_snowshoe_hare_ecology_project
Transects and plot locations for the Snowshoe Hare Ecology Project, Wiseman, Alaska. Data columns: SITE : chr "Gold" "Gold" "Gold" "Gold" ... TRANSECT : chr "B" "B" "C" "C" ... PLOT : int 10 12 9 12 13 15 16 18 1 2 ... STAKE : chr "North" "North" "South" "North" ... POINTTYPE : chr "Center point" "Center point" "Center point" "Center point" ... ISEXTANT : logi TRUE TRUE TRUE TRUE TRUE TRUE ... ISCURRENTG: chr "Yes" "Yes" "Yes" "Yes" ... ISOUTPARK : chr "Yes" "Yes" "Yes" "Yes" ... UNITCODE : chr "GAAR" "GAAR" "GAAR" "GAAR" ... REGIONCODE: chr "AKR" "AKR" "AKR" "AKR" ... CREATEDATE: chr "6/12/2024" "6/12/2024" "6/12/2024" "6/12/2024" ... CREATEUSER: chr "D. DiFolco" "D. DiFolco" "D. DiFolco" "D. DiFolco" ... EDITDATE : chr "6/12/2024" "6/12/2024" "6/12/2024" "6/12/2024" ... MAPMETHOD : chr "GNSS: Mapping Grade" "GNSS: Mapping Grade" "GNSS: Mapping Grade" "GNSS: Mapping Grade" ... SOURCEDATE: chr "6/12/2024" "6/12/2024" "6/12/2024" "6/12/2024" ... XYACCURACY: chr ">=5cm and <50cm" ">=5cm and <50cm" ">=5cm and <50cm" ">=5cm and <50cm" ... PHOTO_N : chr "" "" "" "" ... PHOTO_S : chr "" "" "" "" ... PHOTO_E : logi NA NA NA NA NA NA ... PHOTO_W : chr "" "" "" "" ... PHOTO_O : chr "" "" "" "" ... Latitude : num 67.5 67.5 67.5 67.5 67.5 ... Longitude : num -150 -150 -150 -150 -150 ...
Organization: Department of the Interior
Last updated: 2025-09-14T17:50:45.435889
Tags: abundance, alaska, ecology, gates-of-the-arctic, hare, lepus-americanus, plot, population, snowshoe, snowshoe-hare, track, transect
CREATE TABLE shep_geospatial (
"wkt" VARCHAR,
"site" VARCHAR,
"transect" VARCHAR,
"plot" BIGINT,
"stake" VARCHAR,
"pointtype" VARCHAR,
"isextant" BOOLEAN,
"iscurrentg" BOOLEAN,
"isoutpark" BOOLEAN,
"unitcode" VARCHAR,
"regioncode" VARCHAR,
"createdate" TIMESTAMP,
"createuser" VARCHAR,
"editdate" TIMESTAMP,
"mapmethod" VARCHAR,
"sourcedate" TIMESTAMP,
"xyaccuracy" VARCHAR,
"photo_n" VARCHAR,
"photo_s" VARCHAR,
"photo_e" VARCHAR,
"photo_w" VARCHAR,
"photo_o" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);CREATE TABLE shep_geospatial_metadata (
"column" VARCHAR,
"definition" VARCHAR,
"data_type" VARCHAR,
"length" DOUBLE
);Anyone who has the link will be able to view this.