-
Notifications
You must be signed in to change notification settings - Fork 292
Error loading NSDIC-0116-nh data. CRS AXIS UNKNOWN (polar-grid) #5343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same for sh, for this:
Basically it's like this: import iris
c = iris.load("/home/valeriu/Desktop/nsdic/Tier3/NSIDC-0116-sh/icemotion_daily_sh_25km_19840101_19841231_v4.1.nc") spitting this out:
I can provide the file, it's only 22MB in heft. Cheers guys 🍺 |
I could also reproduce this with iris 3.4.1 and 3.6.0, used in recent ESMValTool installations. The dataset could be loaded successfully with iris 3.2.1 that we were using for ESMValTool v2.7 |
[like] Romain Beucher reacted to your message:
…________________________________
From: Rémi Kazeroni ***@***.***>
Sent: Wednesday, June 14, 2023 10:20:20 AM
To: SciTools/iris ***@***.***>
Cc: Romain Beucher ***@***.***>; Author ***@***.***>
Subject: Re: [SciTools/iris] Error loading NSDIC-0116-nh data. CRS AXIS UNKNOWN (polar-grid) (Issue #5343)
I could also reproduce this with iris 3.4.1 and 3.6.0, used in recent ESMValTool installations. The dataset could be loaded successfully with iris 3.2.1 that we were using for ESMValTool v2.7
—
Reply to this email directly, view it on GitHub<#5343 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA4CVFUTG35OJTLOYZOLONDXLGF6JANCNFSM6AAAAAAZCTUDOE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Looks like a pyproj issue to me... |
@rbeucher just to let you know we have some scheduled time to investigate this later in the month. |
Thanks for the update. |
Since it's unclear whether this problem lies in Proj/Cartopy/Iris, having the example data is important for investigation. We've so far had trouble getting hold of the data (have tried several contacts), so this is unlikely to be investigated before the release of Iris 3.7. Do get in touch if you have a copy of a relevant file! |
Hi @trexfeathers I just emailed your AVD colleague Elias a copy of the file that created troubles for me, but am also gonna attach a txt-ed extension-ed file here (fool GH to ingest it as attachement) |
you guys should get your 🦆 in line on the getting data business side though 😁 |
OK the email bounced back from the MO email client since it complains it's too large (21MB is not a large message 😆 ) so this is the way to go, attached above ⬆️ |
Let me know if I can help. This is annoying. |
Thanks for sending the file over. This enabled us to step through and experiment; the problem is because Proj does not accept leading spaces in WKT strings, so the
... is invalid. If the leading space is removed, the file loads fine. Iris has been handling WKT for over a year (#4704) but this is the first time the problem has been reported, which suggests that either:
I'd like to draw on ESMValTool's rich experience with file formats here: would you expect this problem to crop up more often in future, or is there a specific problem with NSIDC-0116-nh files? |
🐛 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).
Full Traceback:
traceback.txt
How To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Should load data.
Screenshots
Environment
Additional context
This is used by the NSDIC cmoriser in ESMValTool
The text was updated successfully, but these errors were encountered: