Skip to content

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.

1 participant