You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDEC provides a number of flow-stage rating tables for river guidance points. These are sourced from USGS and 'LOGLOG2FLO'. Provide a Python binding for retrieving these rating tables as a series of paired flow and stage values, as well as relevant metadata. Primary function should follow pattern:
defget_station_rating_table(station):
""" content of the docstring """<...functionlogic...>returns {'data': <theresultingpaireddata, oftenalistordataframe>,
'info': { <dictionaryoftheratingtablemetadata> }}
develop function to extract metadata from page (title, last revision date stamp, river basin, elevation, rating table number, curve, scale offset, other?)
provide adequate error messaging for invalid station arguments
develop function to retrieve list of stations with rating curve information
integrate into collect.dwr.cdec module
Testing Goals
Ensure function returns expected results for valid CDEC stations
Breaking Changes
None anticipated
Priority
TBD
The text was updated successfully, but these errors were encountered:
Task
CDEC provides a number of flow-stage rating tables for river guidance points. These are sourced from USGS and 'LOGLOG2FLO'. Provide a Python binding for retrieving these rating tables as a series of paired flow and stage values, as well as relevant metadata. Primary function should follow pattern:
Steps
collect.dwr.cdec
moduleTesting Goals
Breaking Changes
None anticipated
Priority
TBD
The text was updated successfully, but these errors were encountered: