Plant Pathogens Of Hawaii
State of Hawaii
@usgov.state_of_hawaii_plant_pathogens_of_hawaii
State of Hawaii
@usgov.state_of_hawaii_plant_pathogens_of_hawaii
This is a compile of detections and not negative data. The exception would be the CAPS data, in which negative data would represent the entire state. Negative CAPS data are represented by zero values in the island columns.
CREATE TABLE n_2024_checklist (
"host_family" VARCHAR,
"host_genus" VARCHAR,
"host_species" VARCHAR,
"host_scientific_name" VARCHAR,
"host_common_name" VARCHAR,
"pathogen_genus" VARCHAR,
"pathogen_species" VARCHAR,
"pathogen_subspecies" VARCHAR,
"pathogen_scientific_name" VARCHAR,
"pathogen_group" VARCHAR,
"pathogen_status" VARCHAR,
"data_set" VARCHAR,
"year" DOUBLE,
"hawaii" DOUBLE,
"maui" DOUBLE,
"lanai" DOUBLE,
"molokai" DOUBLE,
"oahu" DOUBLE,
"kauai" DOUBLE,
"kahoolawe" DOUBLE,
"niihau" DOUBLE,
"city" VARCHAR,
"decimallatitude" DOUBLE,
"decimallongitude" DOUBLE,
"complete_ref" VARCHAR
);Anyone who has the link will be able to view this.