diff --git a/src/openeo_gfmap/spatial.py b/src/openeo_gfmap/spatial.py index 1c2c0ac..613d1d9 100644 --- a/src/openeo_gfmap/spatial.py +++ b/src/openeo_gfmap/spatial.py @@ -11,8 +11,8 @@ class BoundingBoxExtent: """Definition of a bounding box as accepted by OpenEO - Contains the minx, miny, maxx, maxy coordinates expressed as east, south - west, north. The EPSG is also defined. + Contains the minx, miny, maxx, maxy coordinates expressed as west, south + east, north. The EPSG is also defined. """ west: float