Skip to content

Commit b6ab98a

Browse files
committed
Fix #603 EPSG 4326 typo
1 parent 3583ee2 commit b6ab98a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/data_access.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Filter on spatial extent
9999

100100
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.
101101

102-
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".
102+
By default these latitude and longitude values are expressed in the standard Coordinate Reference System for the world,
103+
which is EPSG:4326, also known as "WGS 84", or just "lat-long".
103104

104105
.. code-block:: python
105106

0 commit comments

Comments
 (0)