-
I'm trying to read the NCEP FNL grib files
https://rda.ucar.edu/datasets/ds083.3/index.html
`file = 'gdas1.fnl0p25.2015081106.f00.grib2' #example filename
gr = pygrib.open(file)
msg = gr[2…
-
Do you have some information on the algo for unpk_complex (https://github.com/amsokol/go-grib2/blob/master/internal/unpk.c.go#L137) ?
here is data source http://nomads.ncep.noaa.gov/cgi-bin/filter_…
-
Show wind barbs at flight plan waypoints and use average wind for fuel calculation.
-
(This follows on from [this comment](https://github.com/mpiannucci/gribberish/issues/41#issuecomment-2399465860) and the following comments in that thread).
## What?
- A GitHub repo with all GRIB …
-
@sjboeing suggested this might speed up downloading. We might also hit a ceiling on max number of requests if we don't do this I think, no?
-
We have not implemented time to live for our data documents. Meta data should never automatically expire but the automatic expiration of at least some data might be necessary. We have not fully discus…
-
Given recent discussions regarding additional C library features (for example, Unidata/netcdf-c#1545, Unidata/netcdf-c#1546, Unidata/netcdf-c#1548) a question that has been on my mind quite a bit is “…
-
**Describe the bug**
I've downloaded from the data tailor service a subsetted MSG SEVIRI native file over the UK. As its still in the native format, I was expecting to be able to open it with the scr…
-
When a cube with a masked array is saved, if the masked array does not have a fill value specified, it will use the numpy default value which hass dtype `np.float64`. This may be inconsistent with the…
-
# Challenge 24- CliMetLab - Machine Learning on weather and climate data
> **Stream 2** - Machine Learning for weather, climate and atmosphere applications
### Goal
Extend new Python ML packa…