-
Notifications
You must be signed in to change notification settings - Fork 298
Description
When trying to save cube in Transverse Mercator coordinat system into grib2 I get the following error
Traceback (most recent call last): File "/home/damjan/testGribWrite.py", line 46, in <module> iris.fileformats.grib.save_grib2(cubes[0],'/home/damjan/Namizje/apr1km.grib2') File "/usr/local/lib/python2.7/dist-packages/Iris-1.5.1-py2.7-linux-i686.egg/iris/fileformats/grib/__init__.py", line 706, in save_grib2 raise TranslationError("Did not find one (and only one) " iris.exceptions.TranslationError: Did not find one (and only one) latitude or longitude coord
It seems that save_grib2 expects lat/long coordinates and doesn't realise that it should save Transverse Mercator coordinat system. I'm not completely sure if this is an issue or saving a cube in TransverseMercator to grib2 is not supported or I have to set something up before saving.