mirror of
https://github.com/wassname/PyCRS.git
synced 2026-07-18 12:10:41 +08:00
13 lines
122 B
Python
13 lines
122 B
Python
|
|
# CRS Names
|
|
|
|
class proj_NAD87:
|
|
proj4 = ""
|
|
ogc_wkt = ""
|
|
|
|
class datum_WGS84:
|
|
proj4 = ""
|
|
ogc_wkt = ""
|
|
|
|
|