From 0bc2ae258dc928052719cc85b9f01957e4541fc5 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 21 Feb 2020 09:27:31 +1000 Subject: Add support for creating coordinates operations using Natural Earth/Natural Earth 2 projection --- scripts/build_esri_projection_mapping.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3