odc.geo.geobox.GeoBox.coordinates
- property GeoBox.coordinates: Dict[str, Coordinate]
Query coordinates.
This method only works with axis-aligned boxes. It will raise
ValueErrorif called on non-axis alignedGeoBox.- Raises:
ValueErrorif not axis aligned.- Returns:
Mapping from coordinate name to
Coordinate.