-
Hi everybody,
I am trying to nctoolbox to read wave data from .grb2 files from NOAA WW3 model (ftp://polar.ncep.noaa.gov/pub/history/waves).
I used the following code to extract data:
% download dat…
-
I'm not seeing any documentation and I'm curious if it's possible to loop through a grib2 and dump the latitudes and longitudes for each grid location?
-
When working on the fix for missing reflectivity of rrfs members using inline post, I noticed there are several variables in the real-time rrfs_a products with all missing or zero values across the wh…
-
I am trying to download a noaa grib2 file in python2.7 on Ubuntu 16.04. I am getting the following error:
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help"…
ghost updated
7 years ago
-
Update cleanup to keep hiresw.t*z.fv3_5km.f*.grib2 files for 5 days, everything else should maintain the current cleanup schedule at 4 days.
-
### Version
1
### DataCap Applicant
DATADAO
### Project ID
DATADAO-01
### Data Owner Name
Commoncrawl
### Data Owner Country/Region
United States
### Data Owner Industry
Life Science / Hea…
-
Hi
I know I'm a bit late to the party as it's been a while since the last update but... First of all: nice project!
Other implementations seem to base themselves of an RG image (rgb but no blue …
-
The Jupyter notebook examples are a bit old, and could use a refresh.
For instance `reading_netCDF.ipynb` has an outdated URL, which should be updated from:
```
URL = 'http://thredds.ucar.edu/thr…
-
If you read a GRIB2 file into xarray with cfgrib, it is still missing the projection info that Herbie gets from pyproj and pygrib. That means you can't use the
```python
ds = xr.open_dataset("fil…
-
Add `-w` option like ecCodes tools.
```
grib_ls -w shortName=t some.grib2
```