mirror of
https://github.com/wassname/PyCRS.git
synced 2026-08-10 11:50:27 +08:00
Wkt parsing into tuples and args now works for easier parsing. Next just need to make them into objs.
This commit is contained in:
@@ -9,3 +9,8 @@ class Degree:
|
||||
proj4 = "degrees"
|
||||
ogc_wkt = "degree"
|
||||
esri_wkt = "Degree"
|
||||
|
||||
class Feet:
|
||||
proj4 = "..."
|
||||
ogc_wkt = "Foot_US"
|
||||
esri_wkt = "Foot_US"
|
||||
|
||||
Reference in New Issue
Block a user