UXARRAY / uxarray

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

Fix UXARRAY/uxarray#846 #847

Closed kjnam closed 1 month ago

kjnam commented 1 month ago

Addresses UXARRAY/uxarray#846

Overview

The code to rename UGRID topology names does not use attributes to check names. This bug ignores edge and face coordinates names to rename. Also, there is a typo in the face coordinates renaming, which will replace names with the wrong variables.

PR Checklist

General

Testing

Documentation

Examples

kjnam commented 1 month ago

Thanks for the quick response and for your work. We use a custom UGRID topology name, and this feature is essential.