mirror of
https://github.com/wassname/PyCRS.git
synced 2026-07-28 11:16:00 +08:00
Basic fromproj4 works, except need better handle when unprojected (longlat and latlong)
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()...
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
class WGS84:
|
||||
proj4 = "WGS84"
|
||||
ogc_wkt = "WGS_1984"
|
||||
|
||||
Reference in New Issue
Block a user