odc.geo.geobox.GeoBox.coords

property GeoBox.coords: Dict[str, odc.geo.geobox.Coordinate]

Query coordinates.

This method only works with axis-aligned boxes. It will raise ValueError if called on non-axis aligned GeoBox.

Raises

ValueError if not axis aligned.

Return type

Dict[str, Coordinate]

Returns

Mapping from coordinate name to Coordinate.