USDA-ARS-NWRC / smrf

SMRF was designed to increase the flexibility of taking measured weather data, or atmospheric models, and distributing the data across a watershed.
Other
12 stars 4 forks source link

update weather_forecast_retrieval #146

Closed scotthavens closed 4 years ago

scotthavens commented 4 years ago

weather_forecast_retrieval is now a pip install. This would help with the requirements and docker build.

The gold files will have to be updated as there is a small known change when going from pygrib to xarray, see the wontfix issue. Will need to document the changes but aren't quite using the opendap HRRR files yet.

jomey commented 4 years ago

Can I sneak this in with my latest work on #145? One of my failing specs for Travis is it not pulling the latest WFR and complaining about a time zone issue there. It passes on my local with the latest WFR installed.

scotthavens commented 4 years ago

I see your build error which is with HRRR timezones. It might be a little stretch but the changes you are making are affecting the HRRR loading so it's a bit of scope creep. You could tackle this first then see if it fixes the build? I'd like to limit scope creep on issues and PR's but it does happen!