Deltares / xugrid

Xarray and unstructured grids
https://deltares.github.io/xugrid/
MIT License
62 stars 8 forks source link

support conversion of spherical Ugrid2d to meshkernel #128

Closed veenstrajelmer closed 9 months ago

veenstrajelmer commented 1 year ago

currently is_geographic=False is hardcoded: https://github.com/Deltares/xugrid/blob/main/xugrid/ugrid/ugrid2d.py#L664-L677

This is removed, but the default is now cartesian/projected, so spherical/geographic is still not supported.

Related usecase: https://github.com/Deltares/xugrid/issues/177