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
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.