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.
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.