mirror of
https://github.com/wassname/PyCRS.git
synced 2026-07-13 01:00:23 +08:00
fcc463fa76
Also just need to expand to more projection name, datum name, and ellipsoid name definitions, and also additional special parameters. After that, test, and move onto from_wkt()...
10 lines
124 B
Python
10 lines
124 B
Python
|
|
|
|
class WGS84:
|
|
proj4 = "WGS84"
|
|
ogc_wkt = "WGS_1984"
|
|
|
|
semimaj_ax = 6378137
|
|
inv_flat = 298.257223563
|
|
|