aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2020-03-06 10:17:36 +1000
committerNyall Dawson <nyall.dawson@gmail.com>2020-03-06 10:17:36 +1000
commit9a35f3dad4fa3238ab438d9868d3a2a652d54391 (patch)
tree791d93b2ca505671774980385164fc950f7dff75 /scripts
parentb8db2500285e3d4feaa5778ec7fa888bd6c6a479 (diff)
downloadPROJ-9a35f3dad4fa3238ab438d9868d3a2a652d54391.tar.gz
PROJ-9a35f3dad4fa3238ab438d9868d3a2a652d54391.zip
Add some more missing methods and notes to esri projection mapping
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_esri_projection_mapping.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py
index 6f12c05b..43b6a1ab 100644
--- a/scripts/build_esri_projection_mapping.py
+++ b/scripts/build_esri_projection_mapping.py
@@ -663,11 +663,15 @@ config_str = """
# Hammer_Aitoff: possibly hammer?
# Hammer_Ellipsoidal: possibly hammer?
# Eckert_Greifendorff: +proj=hammer +W=0.25 +M=1
+# Tobler_Cylindrical_I: likely tobmerc, but parameters TBD
+# Tobler_Cylindrical_II: likely tobmerc, but parameters TBD
# Missing mappings
# Transverse_Mercator_NGA_2014: utm -- tricky mapping from Central_Meridian to zone
# Polar_Stereographic_Variant_A: ups -- tricky mapping from Latitude_Of_Origin to "+south" when required
+# Transverse Mercator: alias for Transverse_Mercator, as seen in ESRI:102470 - ESRI:102489
+
# The following methods are not currently possible in PROJ:
@@ -693,6 +697,8 @@ config_str = """
# Polar_Stereographic_Variant_B
# Polar_Stereographic_Variant_C
# Quartic_Authalic_Ellipsoidal
+# Adams_Square_II
+# Peirce_Quincuncial
"""