Replies: 1 comment
-
To be more concrete for conversion of the in-memory representations, do you think we could use For the other way around, if the cell ids / grid parameters are already available I think it might be fine to convert to Once we've resolved those question I guess we'd also have to figure out where the conversion methods should live. I told @erogluorhan this before, but I would be open to scheduling a separate, dedicated meeting discussing the finer details if you prefer. Otherwise I'd also be fine with continuing this discussion here or on the |
Beta Was this translation helpful? Give feedback.
-
Over the past year, I've been working on
xdggs
, a package that allow working with discrete global grid systems (DGGS) by making use of the information in the indexing scheme.As far as I understand it,
uxarray
works in a similar space (for example see #1028), but instead of using the cell / node / zone ids it makes use of the mesh / cell boundaries.In opening this discussion I'm particularly interested in figuring out how both libraries relate to each other, how they could interact (e.g. transformation between the two in-memory representations), and in general how we can collaborate better.
cc @allixender
Beta Was this translation helpful? Give feedback.
All reactions