MBKEngineers / collect

MBK Python scripts for scraping water data from the web
MIT License
3 stars 1 forks source link

Retrieve CNRFC raw observations for river forecast points #62

Open narlesky opened 2 years ago

narlesky commented 2 years ago

Task

Provide a function in the collect.cnrfc module that retrieves the observation timeseries provided for certain CNRFC locations. Observed flow timeseries details pages are available via this URL format:

cnrfc_id = 'POHC1'
url = f'https://www.cnrfc.noaa.gov/obsRiver_hc.php?id={cnrfc_id}'

Steps

Breaking Changes

None expected

Priority

Medium