Introduction
Developer Guide
to_crs()
__iter__()
GeoBox
GridSpec
Index
Find spatial dimensions of xx.
xx
Checks for presence of dimensions named: y, x | latitude, longitude | lat, lon
y, x | latitude, longitude | lat, lon
If relaxed=True and none of the above dimension names are found, assume that last two dimensions are spatial dimensions.
relaxed=True
None if no dimensions with expected names are found
None
Optional[Tuple[str, str]]
Optional
Tuple
str
('y', 'x') | ('latitude', 'longitude') | ('lat', 'lon')