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

Develop #751

Merged
merged 7 commits into from
Mar 7, 2025
Merged

Develop #751

merged 7 commits into from
Mar 7, 2025

Conversation

ldecicco-USGS
Copy link
Collaborator

Giving ability for legacy services to POST

@ldecicco-USGS
Copy link
Collaborator Author

Merging so that the TADA crew can test the updates. These were the tests I ran:

library(dataRetrieval)

state_fip <- stateCdLookup("WI", outputType = "fips")
user_char <- "Phosphorus as phosphorus, water, unfiltered"
# To get a big list of sites:
state_sites_recent <- read_USGS_samples(stateFips = state_fip,
                                        characteristicUserSupplied = user_char,
                                        dataType = "locations",
                                        dataProfile = "site")

x <- whatWQPsites(siteid = unique(state_sites_recent$Location_Identifier))

y <- whatWQPdata(siteid = unique(state_sites_recent$Location_Identifier))

z <- whatWQPmetrics(siteid = unique(state_sites_recent$Location_Identifier))

@ldecicco-USGS ldecicco-USGS merged commit 5ee2e1a into DOI-USGS:develop Mar 7, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant