xarray.DataArray.proj.crs#
- DataArray.proj.crs#
Return the coordinate reference system as a
pyproj.crs.CRSobject, orNoneif there isn’t any.Raises an error if multiple CRS are found in the Dataset or DataArray.
Return the coordinate reference system as a pyproj.crs.CRS
object, or None if there isn’t any.
Raises an error if multiple CRS are found in the Dataset or DataArray.