diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-27 16:17:14 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-27 16:45:12 +0100 |
| commit | f20b4870a61e318b7d58b2853e9a7ee6d764ed13 (patch) | |
| tree | 4c67f4e363ca4099321d3e02f9801a52cfb5ca01 /scripts/build_esri_projection_mapping.py | |
| parent | 14ce3d9fa8700b4c0aa035c86a7e55af905dbf28 (diff) | |
| download | PROJ-f20b4870a61e318b7d58b2853e9a7ee6d764ed13.tar.gz PROJ-f20b4870a61e318b7d58b2853e9a7ee6d764ed13.zip | |
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 |
