Herpetofauna Inventory At Big Cypress National Preserve In 2002-2003 – Data Package
Department of the Interior
@usgov.doi_gov_herpetofauna_inventory_at_big_cypress_national_6c33701c
Department of the Interior
@usgov.doi_gov_herpetofauna_inventory_at_big_cypress_national_6c33701c
An inventory of amphibian species in Big Cypress National Preserve (BICY) was conducted from 2002 to 2003. The goals of the project were to create a georeferenced inventory of amphibian species, use new analytical techniques to estimate proportion of sites occupied by each species, look for any signs of amphibian decline (missing species, disease, die-offs, and so forth.), and to establish a protocol that could be used for future monitoring efforts. Survey methods used include visual encounter surveys (VES), anuran vocalization surveys and more limitedly, opportunistic collections and drift fence surveys. All of the amphibian species historically found in Big Cypress National Preserve were detected during this project.
Organization: Department of the Interior
Last updated: 2025-10-05T00:42:49.531244
Tags: bicy, big-cypress, ecological-framework-biological-integrity-focal-species-or-communities-amphibians-and-reptiles, florida, frogs, herp, herpetofauna, herps, inventory, lizards, sfcn, snakes, survey
CREATE TABLE bicy_herps_opportunistic_cleaned_public (
"locality" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR,
"eventdate" TIMESTAMP,
"eventdate_flag" VARCHAR,
"scientificname" VARCHAR,
"scientificname_flag" VARCHAR,
"taxonrank" VARCHAR,
"vernacularname" VARCHAR,
"namepublishedin" VARCHAR,
"custom_taxonomicnotes" VARCHAR,
"recordedby" VARCHAR,
"decimallongitude" DOUBLE,
"decimallatitude" DOUBLE,
"coordinate_flag" VARCHAR,
"geodeticdatum" VARCHAR,
"verbatimcoordinates" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"verbatimsrs" VARCHAR,
"coordinateuncertaintyinmeters" BIGINT,
"stateprovince" VARCHAR,
"lifestage" VARCHAR,
"sex" VARCHAR,
"samplingprotocol" VARCHAR,
"eventremarks" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"infraspecificepithet" VARCHAR,
"establishmentmeans" VARCHAR,
"custom_sensitiverecord" BOOLEAN,
"custom_speciescode" VARCHAR,
"custom_encounterid" BIGINT,
"custom_status" VARCHAR,
"custom_lengthincm" VARCHAR,
"informationwithheld" VARCHAR,
"datageneralizations" VARCHAR,
"footprintwkt" VARCHAR
);
CREATE TABLE bicy_herps_ves_cleaned_public (
"locality" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR,
"eventdate" TIMESTAMP,
"eventdate_flag" VARCHAR,
"scientificname" VARCHAR,
"scientificname_flag" VARCHAR,
"taxonrank" VARCHAR,
"vernacularname" VARCHAR,
"namepublishedin" VARCHAR,
"custom_taxonomicnotes" VARCHAR,
"recordedby" VARCHAR,
"decimallongitude" DOUBLE,
"decimallatitude" DOUBLE,
"coordinate_flag" VARCHAR,
"geodeticdatum" VARCHAR,
"verbatimcoordinates" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"verbatimsrs" VARCHAR,
"coordinateuncertaintyinmeters" BIGINT,
"stateprovince" VARCHAR,
"lifestage" VARCHAR,
"sex" VARCHAR,
"occurrenceremarks" VARCHAR,
"samplingprotocol" VARCHAR,
"eventremarks" VARCHAR,
"habitat" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"infraspecificepithet" VARCHAR,
"establishmentmeans" VARCHAR,
"custom_sensitiverecord" BOOLEAN,
"custom_speciescode" VARCHAR,
"custom_observationid" BIGINT,
"custom_sampleid" BIGINT,
"custom_managementunit" VARCHAR,
"custom_lengthincm" VARCHAR,
"custom_substrate" VARCHAR,
"custom_detectionheightincm" DOUBLE,
"custom_plotid" BIGINT,
"custom_weather" VARCHAR,
"custom_wind" VARCHAR,
"custom_airtempc" DOUBLE,
"custom_relhumid" DOUBLE,
"custom_waterpresent" VARCHAR,
"custom_watertempc" VARCHAR,
"informationwithheld" VARCHAR,
"datageneralizations" VARCHAR,
"footprintwkt" VARCHAR
);
CREATE TABLE bicy_herps_vocalizations_cleaned_public (
"locality" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR,
"eventdate" TIMESTAMP,
"scientificname" VARCHAR,
"scientificname_flag" VARCHAR,
"taxonrank" VARCHAR,
"vernacularname" VARCHAR,
"namepublishedin" VARCHAR,
"custom_taxonomicnotes" VARCHAR,
"decimallongitude" DOUBLE,
"decimallatitude" DOUBLE,
"coordinate_flag" VARCHAR,
"geodeticdatum" VARCHAR,
"verbatimcoordinates" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"verbatimsrs" VARCHAR,
"coordinateuncertaintyinmeters" BIGINT,
"eventtime" VARCHAR,
"eventtime_flag" VARCHAR,
"stateprovince" VARCHAR,
"samplesizevalue" BIGINT,
"samplesizeunit" VARCHAR,
"samplingprotocol" VARCHAR,
"eventremarks" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"infraspecificepithet" VARCHAR,
"occurrencestatus" VARCHAR,
"establishmentmeans" VARCHAR,
"custom_sensitiverecord" BOOLEAN,
"custom_speciescode" VARCHAR,
"custom_vocalizationid" BIGINT,
"custom_sampleid" BIGINT,
"custom_abundance" VARCHAR,
"custom_intensity" VARCHAR,
"informationwithheld" VARCHAR,
"datageneralizations" VARCHAR,
"footprintwkt" VARCHAR
);
Anyone who has the link will be able to view this.