diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-08-27 20:05:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 20:05:43 +0200 |
| commit | e4788a9c0fb770005a91cf063a52852f125dfe4f (patch) | |
| tree | 2a3a31cfda89019ee3abce8579fd896012d167e8 /scripts | |
| parent | cd1d1fbe7b3640188c8fe90bceb96945339dc2a9 (diff) | |
| parent | 3f9c0a0b73d6567b3f05a89e337e5ff9f9d5904a (diff) | |
| download | PROJ-e4788a9c0fb770005a91cf063a52852f125dfe4f.tar.gz PROJ-e4788a9c0fb770005a91cf063a52852f125dfe4f.zip | |
Merge pull request #2827 from rouault/esri_goode_homolosine
ESRI WKT: add support for import/export of (non interrupted) Goode Homolosine
Diffstat (limited to 'scripts')
| -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 |
