mirror of
https://github.com/wassname/PyCRS.git
synced 2026-06-27 16:10:29 +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 = ""
|
|
|
|
|