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