aboutsummaryrefslogtreecommitdiff
path: root/scripts/build_esri_projection_mapping.py
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-01-07 16:14:01 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-01-07 19:52:45 +0100
commit3b4d1f324de157f2a29528a2194c6b0b52d2cd14 (patch)
treed4a33266afbe0a287148b7da66260b02f97fea54 /scripts/build_esri_projection_mapping.py
parentcf5aef989b65ed857ed03d2ed3de447daaffe5a3 (diff)
downloadPROJ-3b4d1f324de157f2a29528a2194c6b0b52d2cd14.tar.gz
PROJ-3b4d1f324de157f2a29528a2194c6b0b52d2cd14.zip
Map peirce_q to pseudo WKT2 and ESRI WKT
Diffstat (limited to 'scripts/build_esri_projection_mapping.py')
-rw-r--r--scripts/build_esri_projection_mapping.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py
index 30f4ad6c..32920a59 100644
--- a/scripts/build_esri_projection_mapping.py
+++ b/scripts/build_esri_projection_mapping.py
@@ -710,6 +710,24 @@ config_str = """
- False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING
- Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN
+- Peirce_Quincuncial:
+ - WKT2_name: PROJ_WKT2_NAME_METHOD_PEIRCE_QUINCUNCIAL_SQUARE
+ 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
+ - Option: 0.0
+
+ - WKT2_name: PROJ_WKT2_NAME_METHOD_PEIRCE_QUINCUNCIAL_DIAMOND
+ 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
+ - Option: 1.0
# Missing/unclear mappings
@@ -748,7 +766,6 @@ config_str = """
# Polar_Stereographic_Variant_C
# Quartic_Authalic_Ellipsoidal
# Adams_Square_II
-# Peirce_Quincuncial
"""