UXARRAY / uxarray

Xarray extension for unstructured climate and global weather data analysis and visualization.
https://uxarray.readthedocs.io/
Apache License 2.0
151 stars 31 forks source link

Add functionality to read/write ESMF files #120

Closed michaelavs closed 8 months ago

michaelavs commented 2 years ago

Describe the feature you'd like added to this project Uxarray currently does not support reading or writing ESMF files. ESMF files are another style of unstructured grids and would align well with the overall goals of Uxarray. This functionality is also described in the Uxarray roadmap. Should also help close #107

Link to original NCL functionality, if applicable NCL ESMF regridding functionality: https://www.ncl.ucar.edu/Applications/ESMF.shtml

Describe the solution you'd like Adding functionality to read ESMF to UGRID and then write from UGRID to ESMF

philipc2 commented 8 months ago

@brianpm @erogluorhan

Pinging this issue, I'll work on getting this supported!