Pacific Island Network Early Detection Of Invasive Plant Species Dataset 2022
Department of the Interior
@usgov.doi_gov_pacific_island_network_early_detection_of_inva_4b0e5d13
Department of the Interior
@usgov.doi_gov_pacific_island_network_early_detection_of_inva_4b0e5d13
The goal of the PACN early detection monitoring plan is to locate potentially invasive populations at early stages of invasion to inform park resource managers so that appropriate action (i.e., eradication, containment, additional monitoring) may be implemented. The primary objective: Identify and find non-native species that should be rapidly responded to and eradicated if possible. Steps towards meeting primary objective: 1) Survey dispersal corridors and other high-risk sites for incipient populations of potentially invasive plants. 2) Provide timely information to park managers regarding the presence of new and potentially invasive plant species in order to facilitate a rapid management response. 3) Update and maintain NPSpecies (https://irma.nps.gov/NPSpecies/), the plant species database for each park, including new species detected during field surveys. 4) Develop and distribute invasive plant outreach materials to park staff to increase awareness and reporting capability.
Organization: Department of the Interior
Last updated: 2025-09-14T21:22:28.703993
Tags: biota, early-detection, ecological-framework-biological-integrity-invasive-species-invasive-exotic-plants, havo, hawaii-volcanoes-national-park, invasive-species, nps-gov-subject-site-invasive-non-native-species, plant-species, plants, vegetation
CREATE TABLE pacn_early_detection_data (
"occurrenceid" VARCHAR,
"eventid" VARCHAR,
"basisofrecord" VARCHAR,
"year" BIGINT,
"institutioncode" VARCHAR,
"eventdate" TIMESTAMP,
"samplingprotocol" VARCHAR,
"decimallatitude" DOUBLE,
"decimallongitude" DOUBLE,
"verbatimelevation" DOUBLE,
"verbatimlocality" VARCHAR,
"habitat" VARCHAR,
"verbatimidentification" VARCHAR,
"identificationqualifier" VARCHAR,
"eventremarks" VARCHAR,
"identificationremarks" VARCHAR,
"reproductivecondition" VARCHAR,
"measurementtype" VARCHAR,
"measurementvalue" VARCHAR,
"measurementunit" VARCHAR,
"preservedspecimen" VARCHAR,
"dynamicproperties" VARCHAR,
"recordedby" VARCHAR,
"identifiedby" VARCHAR,
"identificationverificationstatus" VARCHAR,
"dateidentified" TIMESTAMP,
"scientificname" VARCHAR,
"establishmentmeans" VARCHAR,
"type" VARCHAR,
"format" VARCHAR,
"associatedmedialink" VARCHAR,
"associatedmedia" VARCHAR,
"lastmodifiedby" VARCHAR,
"modified" TIMESTAMP
);CREATE TABLE pacn_early_detection_taxon_lookup (
"acceptednameusageid" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"scientificname" VARCHAR,
"taxonrank" VARCHAR,
"scientificnameauthorship" VARCHAR,
"namepublishedin" VARCHAR,
"vernacularname" VARCHAR,
"nomenclaturalcode" VARCHAR,
"modified" TIMESTAMP,
"lastmodifiedby" VARCHAR
);Anyone who has the link will be able to view this.