Remo Goetschi

Results 2 issues of Remo Goetschi

No offense, but the installation of pygrib is a challenge, to say the least. Especially when deploying a production system. The first problem is that `setup.py` [fails](https://github.com/jswhit/pygrib/blob/master/setup.py#L16) if pyproj is...

`latlons()` raises a `MemoryError` on grib files/messages that contain a rotated lat-lon grid, which is supported according to the [docstring](https://github.com/jswhit/pygrib/blob/master/pygrib.pyx#L1578). Code that reproduces the problem: ```python msg = pygrib.open("example.grb2")[1] msg.latlons()...