Urban Water Use Objectives – Relevant Data
State of California
@usgov.ca_gov_urban_water_use_objectives_conservation_64e6f
State of California
@usgov.ca_gov_urban_water_use_objectives_conservation_64e6f
CREATE TABLE annual_weather_data (
"dwr_id" BIGINT,
"supplier_name" VARCHAR,
"supplier_number" DOUBLE,
"supplier_id" VARCHAR,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP,
"eto_inches" DOUBLE,
"total_precipitation_inches" DOUBLE,
"effective_precipitation_inches" DOUBLE,
"alternative_data_provided" VARCHAR,
"alternative_data_approval_status" VARCHAR,
"alternative_data_approval_date" VARCHAR,
"eto_inches_alternative" VARCHAR,
"effective_precipitation_inches_alternative" VARCHAR
);
CREATE TABLE data_dictionary_annual_weather_data (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_potable_water_produced_by_urws_per_source (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_real_water_loss_data_from_water_loss_audits (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_seasonal_weather_data (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_real_water_loss_budget_system_specific_standards (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_res_outdoor_budget_landscape_area_measurement (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE n__dictionary_sb_x7_7_targets_for_urban_retail_water_suppliers (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE potable_and_non_potable_water_deliveries_for_urws (
"org_id" BIGINT,
"supplier_name" VARCHAR,
"pwsid" VARCHAR,
"pws_name" VARCHAR,
"reporting_period_start_date" TIMESTAMP,
"reporting_period_end_date" TIMESTAMP,
"residential_singlefamily_gal" DOUBLE,
"residential_multifamily_gal" DOUBLE,
"commercial_institutional_gal" DOUBLE,
"nonresidential_metered_irrigation_gal" DOUBLE,
"industrial_gal" DOUBLE,
"other_gal" DOUBLE,
"agriculture_gal" DOUBLE,
"nonpotable_demand_residential_recycled_water_gal" DOUBLE,
"nonpotable_demand_residential_nonpotable_water_gal" DOUBLE,
"nonpotable_demand_residential_metered_landscape_irrigation_gal" DOUBLE,
"nonpotable_demand_nonresidential_recycled_water_gal" DOUBLE,
"nonpotable_demand_nonresidential_nonpotable_water_gal" DOUBLE,
"nonpotable_demand_nonresidential_metered_irrigation_gal" DOUBLE,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP
);
CREATE TABLE potable_supply_and_sold_exported_for_urws (
"org_id" BIGINT,
"supplier_name" VARCHAR,
"pwsid" VARCHAR,
"pws_name" VARCHAR,
"reporting_period_start_date" TIMESTAMP,
"reporting_period_end_date" TIMESTAMP,
"total_potablesupply_gal" DOUBLE,
"pd_volumesold_delivered_other_watersystems_gal" DOUBLE,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP
);
CREATE TABLE potable_water_produced_by_urws_per_source (
"org_id" BIGINT,
"supplier_name" VARCHAR,
"pwsid" VARCHAR,
"pws_name" VARCHAR,
"facility_name" VARCHAR,
"facility_id" BIGINT,
"facility_type" VARCHAR,
"index_facility_id" VARCHAR,
"sdwis_water_type" VARCHAR,
"reporting_period_start_date" TIMESTAMP,
"reporting_period_end_date" TIMESTAMP,
"amount_produced_gallon" DOUBLE,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP
);
CREATE TABLE real_water_loss_budget_system_specific_standards (
"org_id" DOUBLE,
"supplier_name" VARCHAR,
"pwsid" VARCHAR,
"pws_name" VARCHAR,
"real_water_loss_standard" DOUBLE,
"standard_type" VARCHAR,
"notes" VARCHAR,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP
);
CREATE TABLE real_water_loss_data_from_water_loss_audits (
"org_id" BIGINT,
"supplier_name" VARCHAR,
"pwsid" VARCHAR,
"pws_name" VARCHAR,
"reporting_start_date" TIMESTAMP,
"reporting_end_date" TIMESTAMP,
"wl_real_losses_vol_af" DOUBLE,
"sd_num_service_conn" DOUBLE,
"sd_length_mains_miles" DOUBLE,
"latest_status" VARCHAR,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP
);
CREATE TABLE sb_x7_7_targets_for_urban_retail_water_suppliers (
"org_id" BIGINT,
"supplier_name" VARCHAR,
"confirmed_target_2020" DOUBLE,
"indirect_recycled_water_vol" DOUBLE,
"process_water_vol" DOUBLE,
"units_of_measure" VARCHAR,
"regional_alliance_name" VARCHAR,
"alliance_met_target" VARCHAR
);
CREATE TABLE seasonal_weather_data (
"dwr_id" BIGINT,
"supplier_name" VARCHAR,
"supplier_number" DOUBLE,
"supplier_id" VARCHAR,
"fy_start_date" TIMESTAMP,
"fy_end_date" TIMESTAMP,
"seasonal_eto_inches" DOUBLE,
"seasonal_peff_inches" DOUBLE,
"seasonal_kc" DOUBLE,
"seasonal_ie" DOUBLE,
"seasonal_etf" DOUBLE
);
Anyone who has the link will be able to view this.