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

Add streamorder filter to navigation #51

Open
dblodgett-usgs opened this issue Sep 1, 2017 · 0 comments
Open

Add streamorder filter to navigation #51

dblodgett-usgs opened this issue Sep 1, 2017 · 0 comments
Milestone

Comments

@dblodgett-usgs
Copy link
Member

For any navigation, we should be able to filter on stream order. This is mostly useful for the flowline response, but would be useful in general.

There is a nhdplus.plusflowlinevaa_np21 that has a streamorder column that is an integer. We should be able to return only comids with stream order according to a filter.

The implementation of this could be through two URL query parameters. something like: minimum_streamorder and maximum_streamorder. If only minimum is specified then maximum is assumed to be unbounded, or the max in the dataset and vice versa.

This can be closed once you can add ?minimum_streamorder=2&maximum_streamorder=3 to a navigate request that would otherwise return all data for that navigation from some data source.

@dblodgett-usgs dblodgett-usgs modified the milestone: V Sep 1, 2017
@dblodgett-usgs dblodgett-usgs removed this from the V milestone Jun 19, 2020
@dblodgett-usgs dblodgett-usgs added this to the Summer 2021 milestone Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants