Skip to content

The HRRR subhourly product has multiple values for wind. How do I get the one I want? #200

Answered by blaylockbk
blaylockbk asked this question in Q&A
Discussion options

You must be logged in to vote

The solution is to craft your searchString to only get the data you want.

Here is a regex that gets both U and V winds for the instantaneous wind, excluding the grib messages with "ave".

H.inventory("^:[U|V]GRD:10 m(?!.*ave)")

And here is the opposite; the U and V winds for the 5-min averages at each 15-min interval.

H.inventory("^:[U|V]GRD:10 m.*ave")

Replies: 1 comment

Comment options

blaylockbk
Jun 2, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by blaylockbk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
HRRR Issues with access to HRRR files 🔎 searchString
1 participant