MBKEngineers / collect

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

BUG: download_watershed_file default path not working #96

Closed jinducil closed 1 year ago

jinducil commented 1 year ago

Description

When no path variable is provided to the download_watershed_file function, it gives the following error: Screen Shot 2023-06-21 at 2 56 40 PM

Minimum Working Example (MWE)

from collect.cnrfc import cnrfc
cnrfc.download_watershed_file('FeatherYuba', '2023062112', 'ensemble', duration='hourly')

Steps

Priority

Medium