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

Get USGS Salinity data #133

Open
SorooshMani-NOAA opened this issue May 7, 2024 · 0 comments
Open

Get USGS Salinity data #133

SorooshMani-NOAA opened this issue May 7, 2024 · 0 comments

Comments

@SorooshMani-NOAA
Copy link
Contributor

SorooshMani-NOAA commented May 7, 2024

It seems the same NWIS API provides the salinity data as well. We just need to make sure the wrapper supports getting that data.

Currently only water and current data are extracted:

searvey/searvey/usgs.py

Lines 54 to 63 in abf5851

USGS_OUTPUT_OF_INTEREST = (
"elevation", # Overlaps some of the specific codes below
"flow rate", # Overlaps some of the specific codes below
"00065", # Gage height, feet
"62614", # Lake or reservoir water surface elevation above NGVD 1929, feet
"62615", # Lake or reservoir water surface elevation above NAVD 1988, feet
"62620", # Estuary or ocean water surface elevation above NAVD 1988, feet
"63158", # Stream water level elevation above NGVD 1929, in feet
"63160", # Stream water level elevation above NAVD 1988, in feet
)

@SorooshMani-NOAA SorooshMani-NOAA pinned this issue May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant