-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set parameterCd default to 'None' #35
Comments
Alternatively, it might be nice to make the default be: |
Before closing this issue, the 'all' idea should be implemented:
|
closed with 39b347c. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you specify a parameterCd in your request, the NWIS will return data only for that parameter. Instead, make the default be
parameterCd = None
, so that the default request will return all of the parameters collected at the site.If I set
parameterCd=None
, will the request add parameterCd to the url, or does it drop parameters that are set to None?[* edit mcr 2/11/19] ==> This works. If you don't specify a parameterCd now, NWIS will return every parameter.
The text was updated successfully, but these errors were encountered: