From 8850bcb27592eb2bedb3f82cc44c60d6785d0413 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 26 Oct 2020 00:17:13 +0100 Subject: Map ESRI IGAC_Plano_Cartesiano to EPSG Colombia Urban (refs #2395) --- scripts/build_esri_projection_mapping.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 12eeb852..a2dc2f62 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -687,6 +687,16 @@ config_str = """ - Scale_Factor: EPSG_NAME_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN - Latitude_Of_Origin: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN +- IGAC_Plano_Cartesiano: + WKT2_name: Colombia Urban + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Longitude_Of_Center: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN + - Latitude_Of_Center: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN + - Height: EPSG_NAME_PARAMETER_PROJECTION_PLANE_ORIGIN_HEIGHT + + # Missing/unclear mappings # Hammer_Aitoff: possibly hammer? @@ -705,7 +715,6 @@ config_str = """ # The following methods are not currently possible in PROJ: # Ney_Modified_Conic -# IGAC_Plano_Cartesiano # Fuller # Berghaus_Star # Cube -- cgit v1.2.3