Dry Well Reporting System Data
State of California
@usgov.ca_gov_dry_well_reporting_system_data_3dc42
State of California
@usgov.ca_gov_dry_well_reporting_system_data_3dc42
CREATE TABLE data_dictionary_dry_well_reports (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE dry_well_reports (
"id" BIGINT,
"create_date" TIMESTAMP,
"status" VARCHAR,
"shortage_type" VARCHAR,
"primary_usages" VARCHAR,
"household_support" VARCHAR,
"water_issues" VARCHAR,
"approximate_issue_start_date" VARCHAR,
"county" VARCHAR,
"city" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"well_depth" VARCHAR,
"was_issue_resolved" VARCHAR,
"approximate_repair_cost" VARCHAR,
"additional_info" VARCHAR,
"well_to_water_depth" VARCHAR,
"measure_date" VARCHAR,
"pump_rate_reduction" VARCHAR,
"report_date" TIMESTAMP,
"statustype" VARCHAR,
"region" VARCHAR
);
Anyone who has the link will be able to view this.