diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-27 20:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 20:23:40 +0100 |
| commit | 752cb2a162e74235d7fac534aeec37894e024de0 (patch) | |
| tree | 93bd8a4ea08e4980481976531212e2f58ade7adc /scripts/build_esri_projection_mapping.py | |
| parent | 38e507c34194d67b14afb758c2141be732cfd40c (diff) | |
| parent | 08c522c210af1d6cb10e9a36aa274bd5d3a00e21 (diff) | |
| download | PROJ-752cb2a162e74235d7fac534aeec37894e024de0.tar.gz PROJ-752cb2a162e74235d7fac534aeec37894e024de0.zip | |
Merge pull request #2612 from OSGeo/backport-2611-to-8.0
[Backport 8.0] Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)
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 752f9850..3f3d4667 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -696,6 +696,13 @@ config_str = """ - Latitude_Of_Center: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN - Height: EPSG_NAME_PARAMETER_PROJECTION_PLANE_ORIGIN_HEIGHT +- Equal_Earth: + WKT2_name: EPSG_NAME_METHOD_EQUAL_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 + # Missing/unclear mappings |
