Closed agstephens closed 3 years ago
I feel like this project might be interested in such a feature as well: https://github.com/xarray-contrib/cf-xarray
Thanks @Zeitsperre , that looks really interesting! Might simplify things for us.
@ellesmith88 - we should explore whether cf-xarray
is a drop-in replacement for our coord variable getters, e.g.: get_longitude()
Instead of looking for "lat" or "latitude", clisops should use:
See: https://github.com/roocs/dachar/blob/b2b058615696eae2ef58614c7ba248cfa34ca06d/dachar/utils/character.py#L28