Jeff Whitaker

Results 495 comments of Jeff Whitaker

Hmm. A 1x1 array is just a single value, so I guess that's what I would expect.

It's consistent with numpy slicing ```python Python 2.7.14 (default, Sep 22 2017, 00:05:22) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more...

grib_api.h is part of the eccodes C-library that pygrib depends on. You can set the ECCODES_DIR env var to the installation path to fix this.

You can either create a new grib2 file from scratch using ncepgrib2.Grib2Encode (which requires some detailed knowledge of grib2 encoding tables) or update an existing grib2 file with the correct...

pip install pygrib should just work with version 2.1.2

Seems to be dying in the openjpeg lib while trying to pack the data. The only thing I can suggest is to use jasper instead of openjpeg.

It's not finding the C lib dependencies. See the installation docs at http://jswhit.github.io/pygrib/docs/index.html

I'm not a pip expert (in fact I rarely use it at all), so I can't tell you why that doesn't work. If I were you, I would make sure...

You should ask the conda folks.