Greater Yellowstone Network 2014-2022 Water Quality Data From The BICAWQ01, GRTEWQ01, And YELLWQ01 Projects As Of 2023-11-02
Department of the Interior
@usgov.doi_gov_greater_yellowstone_network_2014_2022_water_qu_84bee7f9
Department of the Interior
@usgov.doi_gov_greater_yellowstone_network_2014_2022_water_qu_84bee7f9
CREATE TABLE locations (
"org_code" VARCHAR,
"park_code" VARCHAR,
"location_id" VARCHAR,
"location_name" VARCHAR,
"location_type" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"lat_lon_method" VARCHAR,
"lat_lon_datum" VARCHAR,
"source_map_scale_numeric" VARCHAR,
"lat_lon_accuracy" VARCHAR,
"lat_lon_accuracy_unit" VARCHAR,
"location_description" VARCHAR,
"travel_directions" VARCHAR,
"location_purpose" VARCHAR,
"establishment_date" VARCHAR,
"huc8_code" VARCHAR,
"huc12_code" VARCHAR,
"alternate_location_id" VARCHAR,
"alternate_location_id_context" VARCHAR,
"elevation" VARCHAR,
"elevation_unit" VARCHAR,
"elevation_method" VARCHAR,
"elevation_datum" VARCHAR,
"elevation_accuracy" VARCHAR,
"elevation_accuracy_unit" VARCHAR,
"country_code" VARCHAR,
"state_code" VARCHAR,
"county_code" VARCHAR,
"drainage_area" VARCHAR,
"drainage_area_unit" VARCHAR,
"contributing_area" VARCHAR,
"contributing_area_unit" VARCHAR,
"well_id" VARCHAR,
"well_type" VARCHAR,
"aquifer_name" VARCHAR,
"formation_type" VARCHAR,
"well_hole_depth" VARCHAR,
"well_hole_depth_unit" VARCHAR,
"well_status" VARCHAR
);
CREATE TABLE projects (
"org_code" VARCHAR,
"project_id" VARCHAR,
"project_name" VARCHAR,
"project_description" VARCHAR,
"project_start_date" TIMESTAMP,
"project_duration" VARCHAR,
"project_type" VARCHAR,
"qapp_summary" VARCHAR,
"qapp_approved_indicator" VARCHAR,
"qapp_approval_agency_name" VARCHAR,
"study_area_description" VARCHAR,
"design_sampling_summary" VARCHAR,
"measurement_quality_objectives" VARCHAR,
"contact" VARCHAR
);
Anyone who has the link will be able to view this.