mirror of
https://github.com/wassname/PyCRS.git
synced 2026-06-27 16:10:29 +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()...
11 lines
130 B
Python
11 lines
130 B
Python
|
|
|
|
class Robinson:
|
|
proj4 = "robin"
|
|
ogc_wkt = "Robinson"
|
|
|
|
class UTM:
|
|
proj4 = "utm"
|
|
ogc_wkt = "Transverse_Mercator"
|
|
|