-
Notifications
You must be signed in to change notification settings - Fork 77
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
Search string for one hour precip fails. Lots of corner cases #156
Comments
Thanks for pointing this out. Yeah, I wish you could just use I found what the problem is here...that regex searchString won't match these because of the zero:
(I never tried requesting precip data at that long lead time, so I'm glad you found this). I'll figure out what the right regex should be; the docs need to be updated. |
Or we can use my brute force technique. It is an example of how to construct a query which has complex rules.
|
(If ChatGTP was online, I'd ask it to figure out the right search string) 😂 |
In order to get the 1 hour precip from HRRR you need to brute force.
See this notebook.
https://github.com/scollis/notebooks/blob/master/Herbie_Chicago_precip.ipynb
Need to update the examples to include this brute force method and show an example with Fast Herbie.
I may have time to get to this during this week.
The text was updated successfully, but these errors were encountered: