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:30:59 +0100 |
| commit | ae01170481c2893c85a078b2049537952c5bf3d1 (patch) | |
| tree | b02de275ba51989b4149ccca53dfcdeff057f37c /scripts | |
| parent | 67da822c73e03fe5a88b1ca648150d228ffc1f8a (diff) | |
| download | PROJ-ae01170481c2893c85a078b2049537952c5bf3d1.tar.gz PROJ-ae01170481c2893c85a078b2049537952c5bf3d1.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 |
