-
Notifications
You must be signed in to change notification settings - Fork 0
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
Propose scalable approach to storing irregular gridded data #51
Comments
Need to also consider capturing the |
@agstephens Looking at the two examples above I wrote some quick code to add to the character scanner to get the metadata about the grid when a
For the cordex example above this returns
I then looked at another example: This has a variable for its grid (rotated_pole), but doesn’t specify
in the global attributes, so would need to be done in a different way. I've also looked at extracting the bounds/vertices and the dimensions of each coordinate (using |
I also thought about the problem of extracting the max and min of the data when the datasets are too large. My thoughts were to identify when this was the case and only run in quick mode. Maybe identify this by the shape of the data array? |
@ellesmith88 please put this in a new/separate issue. |
@ellesmith88: thanks for looking into this. Let's chat about it tomorrow. It might be worth having a read around the ESMF regridding tool and how it classifies grids, i.e.: https://www.earthsystemcog.org/projects/esmf/regridding https://www.earthsystemcog.org/projects/esmf/regridding_7_1_0r |
CF conventions on grid mapppings: |
Have a look at:
and
The text was updated successfully, but these errors were encountered: