blaylockbk / Herbie

Download numerical weather prediction datasets (HRRR, RAP, GFS, IFS, etc.) from NOMADS, NODD partners (Amazon, Google, Microsoft), ECMWF open data, and the University of Utah Pando Archive System.
https://herbie.readthedocs.io/
MIT License
424 stars 70 forks source link

Check that curl is in system path; warn if it is not #276

Closed blaylockbk closed 5 months ago

blaylockbk commented 5 months ago

Curl is a Herbie requirement because it is used to download subset grib files. Importing the Herbie class will now check that curl is in the system Path. If not, a warning will display.

Also include fix due to changes in https://github.com/pandas-dev/pandas/issues/52536