Groundwater Sustainability Plan Annual Report Data
State of California
@usgov.ca_gov_groundwater_sustainability_plan_annual_report_data_d2b6b
State of California
@usgov.ca_gov_groundwater_sustainability_plan_annual_report_data_d2b6b
CREATE TABLE change_in_storage_basin (
"gspar_ids" DOUBLE,
"altar_ids" DOUBLE,
"report_year" BIGINT,
"basin_name" VARCHAR,
"subbasin_number" VARCHAR,
"single_multiple_ar" VARCHAR,
"annual_report_area" VARCHAR,
"change_amount" BIGINT,
"change_in_storage_method" VARCHAR
);
CREATE TABLE groundwater_extraction (
"gspar_ids" DOUBLE,
"altar_id" DOUBLE,
"report_year" BIGINT,
"basin_name" VARCHAR,
"subbasin_number" VARCHAR,
"single_multiple_ar" VARCHAR,
"annual_report_area" VARCHAR,
"total_groundwater_extractions" BIGINT,
"wus_urban" BIGINT,
"wus_industrial" BIGINT,
"wus_agricultural" BIGINT,
"wus_managed_wetlands" BIGINT,
"wus_managed_recharge" BIGINT,
"wus_vegetation" BIGINT,
"wus_other" BIGINT,
"wus_other_explanation" VARCHAR
);
CREATE TABLE groundwater_extraction_methods (
"gspar_ids" DOUBLE,
"altar_id" DOUBLE,
"report_year" BIGINT,
"basin_name" VARCHAR,
"subbasin_number" VARCHAR,
"single_multiple_ar" VARCHAR,
"annual_report_area" VARCHAR,
"meters_volume" BIGINT,
"mtrs_method_explanation" VARCHAR,
"mtrs_type" VARCHAR,
"mtrs_accuracy" VARCHAR,
"mtrs_accuracy_explanation" VARCHAR,
"erecords_volume" BIGINT,
"erecords_method_explanation" VARCHAR,
"erecords_type" VARCHAR,
"erecords_accuracy" VARCHAR,
"erecords_accuracy_explanation" VARCHAR,
"luse_volume" BIGINT,
"luse_method_explanation" VARCHAR,
"luse_type" VARCHAR,
"luse_accuracy" VARCHAR,
"luse_accuracy_explanation" VARCHAR,
"gw_model_volume" BIGINT,
"gw_model_method_explanation" VARCHAR,
"gw_model_type" VARCHAR,
"gw_model_accuracy" VARCHAR,
"gw_model_accuracy_explanation" VARCHAR,
"other_volume" BIGINT,
"other_method_explanation" VARCHAR,
"other_type" VARCHAR,
"other_accuracy" VARCHAR,
"other_accuracy_explanation" VARCHAR
);
CREATE TABLE surface_water_supply (
"gspar_ids" DOUBLE,
"altar_id" DOUBLE,
"report_year" BIGINT,
"basin_name" VARCHAR,
"subbasin_number" VARCHAR,
"single_multiple_ar" VARCHAR,
"annual_report_area" VARCHAR,
"methods_used" VARCHAR,
"wst_central_valley_project" BIGINT,
"wst_state_water_project" BIGINT,
"wst_colorado_river_project" BIGINT,
"wst_local_supplies" BIGINT,
"wst_local_imported_supplies" BIGINT,
"wst_desalination" BIGINT,
"wst_recycled_water" BIGINT,
"wst_other" BIGINT,
"wst_other_explanation" VARCHAR,
"total_surface_water" BIGINT
);
CREATE TABLE total_water_use (
"gspar_ids" DOUBLE,
"altar_id" DOUBLE,
"report_year" BIGINT,
"basin_name" VARCHAR,
"subbasin_number" VARCHAR,
"single_multiple_ar" VARCHAR,
"annual_report_area" VARCHAR,
"method_used" VARCHAR,
"total_water_use" BIGINT,
"wst_explanation" VARCHAR,
"wst_groundwater" BIGINT,
"wst_other" BIGINT,
"wst_recycled_water" BIGINT,
"wst_reused_water" BIGINT,
"wst_surface_water" BIGINT,
"wus_agricultural" BIGINT,
"wus_explanation" VARCHAR,
"wus_industrial" BIGINT,
"wus_managed_recharge" BIGINT,
"wus_managed_wetlands" BIGINT,
"wus_native_vegetation" BIGINT,
"wus_other" BIGINT,
"wus_urban" BIGINT
);
Anyone who has the link will be able to view this.