mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

NWIS & get_nwis should print url before making request #84

Closed mroberge closed 1 year ago

mroberge commented 3 years ago

Description

If you make an unusually large request for data, or if the NWIS takes a long time to respond for some other reason, the user will not get a message until there is a response. The url should be printed immediately, and say, "Requesting data from ..." instead of "Requested data from ..."

Suggested Solution

in get_nwis, swap the order of the print statement and the call to Requests.

mroberge commented 1 year ago

closed with 9c32577