MBKEngineers / collect

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

CNRFC single forecast location long range forecast #60

Open narlesky opened 2 years ago

narlesky commented 2 years ago

CNRFC seasonal runoff forecasts on a daily timestep are typically accessed via watershed link, but are also available for individual forecast locations. Verify or add tools to collect.cnrfc for this data feed.

cnrfc_id = 'FOLC1'
url = f'https://cnrfc.noaa.gov/csv/{cnrfc_id}_hefs_csv_daily.csv'