Bisese jan28 USGS(NWIS) and WQX (EPA) retrievals are now separate#295
Merged
11 commits merged intodevelopfrom Mar 19, 2026
Merged
Bisese jan28 USGS(NWIS) and WQX (EPA) retrievals are now separate#29511 commits merged intodevelopfrom
11 commits merged intodevelopfrom
Conversation
This is a successful test of using the 2 data sources and merging them. I do not know where the ActivtyEnd data really is for NWIS data, but I think it is not usually used anyway.
Got it working, but need to change WQP to WQP3 - I can't find the code since the branch is removed. Test 2025-01-01 to present, State CO county Chaffee County and Characteristic pH There are something like 20 and 30 results from each side
I have it working a bit and can download NWIS data in 2025 along with STORET data. Still a bit buggy and no way to tell user the progress of the NWIS download.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Use the USGS data service if user requests NWIS data. Also, only use new profile for WQX data
Found out that I needed to use javascript to make the modals work. This took a long time today.
this code did not run since the application uses a single thread and it requires its own thread.
…T data Modals are updated around data loading. They now show the elapsed time. All NWIS data is loaded using USGS functions, and STORET using WQP functions. Tested both NWIS and STORET using bounding box and other filters.
Pulling using project id causes payload to large errors unless the maxgroupsize is 100.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Got the new query system working. Added tryCatch() blocks back in. Added modals with timers. WQX retrievals are now split into subsets of 100 water quality monitoring locations at a time to avoid payload to large errors.