WSWCWaterDataExchange / MappingStatesDataToWaDE2.0

Manage all code to map and import state's data into WaDE 2.0
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Import TX TCEQ reservoir data: Site Specific Reservoirs and Observation Sites #136

Closed amabdallah closed 1 year ago

amabdallah commented 1 year ago

Historic reservoir data for Texas is available for download here https://www.waterdatafortexas.org/reservoirs/download

This link gets all reservoirs' historical data, but I dont the reservoir code or name to associate it with its time series, right? (weird) https://www.waterdatafortexas.org/reservoirs/statewide.csv

Another way is to loop through a list of their reservoir names and query their time series data one a time like this example: https://www.waterdatafortexas.org/reservoirs/individual/b-a-steinhagen.csv

The reservoir names and their coordinates are available here:

Statewide recent conditions are also available in CSV and plain JSON formats in the URLs below: http://www.waterdatafortexas.org/reservoirs/recent-conditions.csv or http://www.waterdatafortexas.org/reservoirs/recent-conditions.json

image

rwjam commented 1 year ago

mapped and pushed to WaDE.