mirror of
https://github.com/wassname/PyCRS.git
synced 2026-09-10 11:40:24 +08:00
Added almost all params, made front API usable, and added crs transform draw testing.
Next step figure out more stable proj4 parsing of datums and proj etc, with adding more specific names. Then consistently make to_esriwkt work.
This commit is contained in:
@@ -8,3 +8,7 @@ class UTM:
|
||||
proj4 = "utm"
|
||||
ogc_wkt = "Transverse_Mercator"
|
||||
|
||||
class ObliqueMercator:
|
||||
proj4 = "omerc"
|
||||
ogc_wkt = "Hotine_Oblique_Mercator"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user