Closed
Description
🐛 Bug Report
I am trying to load the NSIDC-0116-nh raw data into a cube. Iris fails with the following error:
This is a CRS error from pyproj (v3.5.0).
CRSError: Invalid projection: PROJCS["NSIDC EASE-Grid North",GEOGCS["Unspecified datum based upon the International 1924 Authalic Sphere",DATUM["Not_specified_based_on_International_1924_Authalic_Sphere",SPHEROID["International 1924 Authalic Sphere",6371228,0,AUTHORITY["EPSG","7057"]],AUTHORITY["EPSG","6053"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4053"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["latitude_of_center",90],PARAMETER["longitude_of_center",0],PARAMETER["false_easting",0],PARAMETER["false_northing",0],AUTHORITY["EPSG","3408"],AXIS["X",UNKNOWN],AXIS["Y",UNKNOWN]]: (Internal Proj Error: proj_create: unhandled axis direction: UNKNOWN)
Full Traceback:
traceback.txt
How To Reproduce
Steps to reproduce the behaviour:
- Download data from https://nsidc.org/data/nsidc-0116/versions/4
import iris
cubes = iris.load("icemotion_daily_nh_25km_19790101_19791231_v4.1.nc")
Expected behaviour
Should load data.
Screenshots
Environment
- Iris Version: 3.6.0
Additional context
This is used by the NSDIC cmoriser in ESMValTool
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done