xarray-contrib/cf-xarray

Add more conventions to coordinate_criteria

Opened this issue · 1 comments

From @kthyng in #315

The following looks like some older convention. We could easily support this in

coordinate_criteria: MutableMapping[str, MutableMapping[str, Tuple]] = {

		"_CoordinateTransformType": "Vertical",
        "_CoordinateAxisType": "GeoZ",
        "_CoordinateZisPositive": "down",
        "_CoordinateAxes": "sigma",

@dcherian Yep good point!