odc.geo.geobox.GeoBox.coordinates
- property GeoBox.coordinates: 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 alignedGeoBox
.- Raises
ValueError
if not axis aligned.- Return type
- Returns
Mapping from coordinate name to
Coordinate
.