USGS STN Flood Event Data #27
fernando-aristizabal
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for working on this, sounds like a very nice addition! I think, adding it to PyGeoHydro makes sense. I understand that it's a work in progress. I have few suggestions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@cheginit
The USGS maintains a short-term network (STN) flood event service to store and serve data from flood events including rapid deployment sensors and high water marks (HWMs). Their website is here which includes background, viewers, data portals, RESTFUL documentation, and data dictionaries.
While their RESTFUL service is well documented and easy to use, it does require in-depth knowledge of how to use REST in general and specifically this service as well. There are some processing considerations to parse, organize, and geo-reference the data where applicable to conform with Python standards.
Currently, fernando-aristizabal:stn_flood_event_viewer contains a proposed Python client for the this RESTFUL service. This work is WIP as it still requires testing, documentation, review, improved geo-referencing, and parameter filtering.
These changes found in
pygeohydro/stnfloodevents.py
contain several advantages to the RESTFUL service:We believe pygeohydro was the best location for this but we are open for feedback and willing to change things around if necessary. Again the work is WIP so more to follow to ensure testing, documentation, and standards are met.
Edit: I realized pygeoogc has the
RESTfulURLs
class which might be a good home for some of the proposed URLs used.Best,
Fernando Aristizabal
Beta Was this translation helpful? Give feedback.
All reactions