Use latest hydroviz layers from GeoServer (Gage not Gauge) and correct Arctic Rivers citation (Blaskey not Cheng) - #730
Merged
Merged
Conversation
… and change source param to new "gcm_diff_applied_to_blaskey"
This was referenced Jul 9, 2026
BobTorgerson
approved these changes
Jul 9, 2026
BobTorgerson
left a comment
Contributor
There was a problem hiding this comment.
I ran the code with the new GS coverage and everything returned as expected. I did a search in the code base for any "gauge", "Gauge", "Cheng", and "cheng" and they all returned blank.
Approved!
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.
Xref: ua-snap/hydroviz#210
Xref: ua-snap/hydroviz#246
This PR updates hydroviz-related endpoints to use the latest GeoServer layers, which have updated the word "Gauge" to its proper USGS spelling, "Gage", throughout. All references to "gauge" have been updated to "gage" in the Data API code also.
This PR also incorporates work from a branch Josh put together a few weeks back, which corrects all references from "Cheng" to "Blaskey" throughout the code to correct our citation for the Arctic Rivers dataset.
To test, point the
gage_not_gaugebranch of the hydroviz webapp against thisgage_not_gaugebranch of the Data API and confirm that everything still works as expected by loading some Alaska stream segments.