diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-27 18:33:26 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-08-27 18:35:06 +0200 |
| commit | 3f9c0a0b73d6567b3f05a89e337e5ff9f9d5904a (patch) | |
| tree | 2a3a31cfda89019ee3abce8579fd896012d167e8 /scripts/build_esri_projection_mapping.py | |
| parent | cd1d1fbe7b3640188c8fe90bceb96945339dc2a9 (diff) | |
| download | PROJ-3f9c0a0b73d6567b3f05a89e337e5ff9f9d5904a.tar.gz PROJ-3f9c0a0b73d6567b3f05a89e337e5ff9f9d5904a.zip | |
ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine
Issue found during https://github.com/OSGeo/gdal/pull/4355 when it was found
that a WKT with Goode_Homolosine projection parsed as ESRI WKT was mapped
wrongly to Interrupted Goode Homolosine
Diffstat (limited to 'scripts/build_esri_projection_mapping.py')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 3f3d4667..30f4ad6c 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -553,6 +553,13 @@ config_str = """ - XY_Plane_Rotation: EPSG_NAME_PARAMETER_ANGLE_RECTIFIED_TO_SKEW_GRID - Goode_Homolosine: + - WKT2_name: PROJ_WKT2_NAME_METHOD_GOODE_HOMOLOSINE + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN + - Option: 0.0 + - WKT2_name: PROJ_WKT2_NAME_METHOD_INTERRUPTED_GOODE_HOMOLOSINE Params: - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING |
