USGS-WiM / StreamStats

USGS StreamStats
https://streamstats.usgs.gov/ss/
Other
15 stars 7 forks source link

Streamgage Statistics not showing all options in dropdown #1975

Closed amedenblik closed 6 months ago

amedenblik commented 6 months ago

For gage 12340000, not all the streamgage statistics are showing up in the dropdown:

image

https://dev.streamstats.usgs.gov/gageplots/?gage=12340000&tab=plots

maggiejaenicke commented 6 months ago

@amedenblik What other stats does that gage have that should be showing up?

amedenblik commented 6 months ago

If you go to the Info tab > Streamflow Statistics section and select the "Peak-Flow Statistics" group, you can see that there are statistics for the 0.2-percent AEP flood, 0.5-percent AEP flood, etc. (Annual Exceedance Probability (AEP)).

@USGSPMM3 do you know what other statistic groups we should be seeing here?

maggiejaenicke commented 6 months ago

@amedenblik @USGSPMM3 This is because all of these statistics are marked "isPreferred": false. I believe at one point we talked about filtering these out and just using "isPreferred": true (which in this case is just the Alternative AEP). Should I display all stats, regardless of "isPreferred"?

USGSPMM3 commented 6 months ago

@amedenblik @USGSPMM3 This is because all of these statistics are marked "isPreferred": false. I believe at one point we talked about filtering these out and just using "isPreferred": true (which in this case is just the Alternative AEP). Should I display all stats, regardless of "isPreferred"?

@maggiejaenicke and @amedenblik For this site I was looking to see the non-peak flow statistics, such as the 7Q10 low flow statistic. Maybe we dropped those from the effort a while back and I forgot? As for other peak flow statistics, I do like using the IsPreferred:true for now. If we have requests later we can change it.

amedenblik commented 6 months ago

@USGSPMM3 We have included low flow statistics (see comment here with a list) but for this particular gage, none of them are marked as IsPreferred = true:

image

maggiejaenicke commented 6 months ago

Working as expected. @USGSPMM3 Feel free to reopen if we want to adjust these settings.