Releases: USDA-ARS-NWRC/weather_forecast_retrieval
Releases · USDA-ARS-NWRC/weather_forecast_retrieval
v0.8.0
New feature added for downloading HRRR data from NOMADS. The hrrr_nomads
command line script will download and crop HRRR files from NOMADS and is meant to be used for downloading in real time.
v0.7.1
Extend API access
PR: #33
v0.7.0
v0.7.0 makes a few small but breaking changes from v0.6.X. See PR #30 and PR #31.
- Renamed the
output_dir
parameter to input_dir
on FileLoader.get_saved_data
- Removed the
HRRR
class
- Moved from Travis CI to Github Actions for CI/CD
- Upload to Pypi when a new release is made
v0.7.0-rc
Release candidate for WFR to test workflows for deploying to Pypi.