Fix minor docs typo: WSG 84 -> WGS 84

Just fixing a minor typo. The correct initialism is *WGS 84*, standing for World Geodetic System. reference: https://en.wikipedia.org/wiki/World_Geodetic_System
This commit is contained in:
John Miller
2021-05-16 21:30:02 -07:00
committed by GitHub
parent a3f72953d8
commit 72cf1ef489

View File

@@ -72,13 +72,13 @@ unit
For example, ``312``.
lon
Longitude in degrees between -180.0 and 180.0 using the WSG 84 reference
Longitude in degrees between -180.0 and 180.0 using the WGS 84 reference
system. This is a floating point number.
For example, ``52.3456789``.
lat
Latitude in degrees between -90.0 and 90.0 using the WSG 84 reference
Latitude in degrees between -90.0 and 90.0 using the WGS 84 reference
system. This is a floating point number.
For example, ``-10.034``.