iwfm.utilΒΆ

Download external data (CDEC, NWIS, USACE, USBR).

Modules

ftp_fetch(server, dir[, filename, verbose])

Download a file from a server and save to the specified directory and file name.

get_cdec(files)

Download and format data tables from CDEC websites.

get_nwis(files[, timeout])

Save a data table from an NWIS website into a csv file.

get_usacoe(files)

Save a data table from a USACOE website into a csv file.

get_usbr(year, pdf_url[, excel_filename])

Save a data table from a USBR website into a csv file.

url_fetch(url, filename[, verbose, timeout])

Download file at url to filename.

zip_unzip(filename[, verbose])

Unzip a zipfile.