Brian Blaylock
Brian Blaylock
This is needed for models like the HRRR, RTMA, URMA, etc. if `ds['v10'].attrs["GRIB_uvRelativeToGrid"] = 1` if you want to plot vectors (barbs or quivers) on a PlatteCarree projection) ```python #...
Right now, Herbie always looks for the index file online, even if the GRIB file is local. If the GRIB file is local, it should check if there is a...
If I have local grib files (I downloaded some with rclone) I'd like to tell herbie those exist without a custom template. Instead, I'd like to define the path in...
NOMADS's grib filter is a URL interface. For example: ``` https://nomads.ncep.noaa.gov/cgi-bin/filter_hrrr_2d.pl?dir=%2Fhrrr.20240828%2Fconus&file=hrrr.t00z.wrfsfcf00.grib2&var_UGRD=on&var_VGRD=on&lev_10_m_above_ground=on&subregion=&toplat=45.518602&leftlon=-88.751688&rightlon=-85.323853&bottomlat=41.229887 ``` It would be convenient if Herbie could use this, at least for NOMADS files. (Need to pause between...