diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-21 09:27:31 +1000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-21 11:26:55 +0100 |
| commit | 0bc2ae258dc928052719cc85b9f01957e4541fc5 (patch) | |
| tree | 9960df479659b54dc0b934a14caf7e28cde5d57f /scripts | |
| parent | dbe6dcf2479c92bfb268b632c245bd0fc3fb147e (diff) | |
| download | PROJ-0bc2ae258dc928052719cc85b9f01957e4541fc5.tar.gz PROJ-0bc2ae258dc928052719cc85b9f01957e4541fc5.zip | |
Add support for creating coordinates operations using Natural Earth/Natural Earth 2 projection
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 0722f7aa..9a3c90b6 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -593,9 +593,19 @@ config_str = """ - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN -# Natural_Earth: not handled +- Natural_Earth: + WKT2_name: PROJ_WKT2_NAME_METHOD_NATURAL_EARTH + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN -# Natural_Earth_II: not handled +- Natural_Earth_II: + WKT2_name: PROJ_WKT2_NAME_METHOD_NATURAL_EARTH_II + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN - Patterson: WKT2_name: PROJ_WKT2_NAME_METHOD_PATTERSON |
