aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-10 12:16:08 +0100
committerGitHub <noreply@github.com>2020-03-10 12:16:08 +0100
commit4b606565b9e139600b20733084aedd46084146ff (patch)
tree376011539440adbcae92f3b6b0263832cfc2f8d0 /scripts
parent13782b19974ed8c99a8176692e688512c96e8481 (diff)
parent746c8aa17a4d0e2cda1933b4c0bd79d494089f46 (diff)
downloadPROJ-4b606565b9e139600b20733084aedd46084146ff.tar.gz
PROJ-4b606565b9e139600b20733084aedd46084146ff.zip
Merge pull request #2040 from rouault/esri_map_Transverse_Mercator_Complex
Map ESRI Transverse_Mercator_Complex to Transverse Mercator
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_esri_projection_mapping.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py
index 43b6a1ab..1fcc8008 100644
--- a/scripts/build_esri_projection_mapping.py
+++ b/scripts/build_esri_projection_mapping.py
@@ -86,6 +86,15 @@ config_str = """
- Scale_Factor: EPSG_NAME_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN
- Latitude_Of_Origin: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN
+- Transverse_Mercator_Complex: # This is likely PROJ etmerc method
+ WKT2_name: EPSG_NAME_METHOD_TRANSVERSE_MERCATOR
+ Params:
+ - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING
+ - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING
+ - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN
+ - Scale_Factor: EPSG_NAME_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN
+ - Latitude_Of_Origin: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN
+
- Albers:
WKT2_name: EPSG_NAME_METHOD_ALBERS_EQUAL_AREA
Params:
@@ -680,7 +689,6 @@ config_str = """
# Fuller
# Berghaus_Star
# Cube
-# Transverse_Mercator_Complex
# Robinson_ARC_INFO
# Local
# Equidistant_Cylindrical_Auxiliary_Sphere