Skip to content
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

WaterData web services are not working. #89

Open
1 of 3 tasks
HydroWEN opened this issue Feb 11, 2025 · 1 comment
Open
1 of 3 tasks

WaterData web services are not working. #89

HydroWEN opened this issue Feb 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@HydroWEN
Copy link

What happened?

I'm unsure whether the issue is with pynhd or the WaterData webpage. When running wd = WaterData("catchmentsp") , or any other valid option with WaterData , such as nhdp_mr = WaterData("nhdflowline_network"), an error message appears: InputValueError: Given layers is invalid. Valid options are: . But it is not providing any such "valid option".

What did you expect to happen?

Based on the HyRiver tutorial, I expected it to get the catchment associated with any given list of comids.

Minimal Complete Verifiable Example

# Get the WaterData
wd = WaterData("catchmentsp")


#Get catchments for the given COMIDs
catchments = wd.byid("featureid", comids)

MVCE confirmation

  • Minimal example — the example is as focused as reasonably possible to demonstrate the underlying issue.
  • Complete example — the example is self-contained, including all data and the text of any traceback.
  • New issue — a search of GitHub Issues suggests this is not a duplicate.

Relevant log output

Anything else we need to know?

No response

Environment

pynhd version 0.16.3

@HydroWEN HydroWEN added the bug Something isn't working label Feb 11, 2025
@cheginit
Copy link
Collaborator

Yes, unfortunately there's an issue with the WaterData web service since yesterday. I have already notified the web service admins and they are working on fixing it. I will provide an update once the problem is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants