You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(waterdata): point get_samples to get_codes, not nonexistent *_lookup() (#303)
The get_samples docstring told users 8 times to "Check the
`activityMediaName_lookup()` / `characteristicGroup_lookup()` / ... function in
this module" — but no such functions exist, so following the docs raises
AttributeError. The actual code-table mechanism is get_codes(code_service).
Repointed each parameter to the right service (all verified against the live
API): activityMediaName -> samplemedia, characteristicGroup ->
characteristicgroup, characteristic -> characteristics, usgsPCode ->
characteristics (the parameterCode column), stateFips -> states, countyFips ->
counties, siteTypeCode/siteTypeName -> sitetype.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments