mroberge/hydrofunctions

NWIS & get_nwis should print url before making request

Closed this issue · 1 comments

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.

closed with 9c32577