diff --git a/docs/data_access.rst b/docs/data_access.rst index 952f91527..cdc0d0d81 100644 --- a/docs/data_access.rst +++ b/docs/data_access.rst @@ -99,7 +99,8 @@ Filter on spatial extent A spatial extent is a bounding box that specifies the minimum and and maximum longitude and latitude of the region of interest you want to process. -By default these latitude and longitude values are expressed in the standard Coordinate Reference System for the world, which is EPSG:4623, also known as "WGS 84", or just "lat-long". +By default these latitude and longitude values are expressed in the standard Coordinate Reference System for the world, +which is EPSG:4326, also known as "WGS 84", or just "lat-long". .. code-block:: python