DWR Continuous Data Download Links
State of California
@usgov.ca_gov_dwr_continuous_data_download_links_90cc9
State of California
@usgov.ca_gov_dwr_continuous_data_download_links_90cc9
CREATE TABLE data_dictionary_stations (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE data_dictionary_station_trace_links_to_time_series_downloads (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE parameters (
"param" VARCHAR,
"desc" VARCHAR
);
CREATE TABLE stations (
"county" VARCHAR,
"station_short_name" VARCHAR,
"station_name" VARCHAR,
"cdec_id" VARCHAR,
"positional_accuracy" VARCHAR,
"dwr_gw_site_code" VARCHAR,
"station_type" VARCHAR,
"longitude" DOUBLE,
"comments" VARCHAR,
"lldatum" VARCHAR,
"station_number" VARCHAR,
"last_modified_date" TIMESTAMP,
"latitude" DOUBLE,
"last_modified_by" VARCHAR,
"source" VARCHAR,
"date_data_refers_to" TIMESTAMP
);
CREATE TABLE station_trace_links_to_time_series_downloads (
"station_number" VARCHAR,
"station_type" VARCHAR,
"parameter" VARCHAR,
"datasource" VARCHAR,
"start_time" TIMESTAMP,
"end_time" TIMESTAMP,
"desc" VARCHAR,
"output_interval" VARCHAR,
"download_link" VARCHAR
);
Anyone who has the link will be able to view this.