From 6ed13a5f8e01dcd531e290f634aa72f204ed5eef Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Wed, 26 Feb 2020 19:03:51 +1000 Subject: Support conversion of Flat_Polar_Quartic projection method --- scripts/build_esri_projection_mapping.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 84eba426..216701a9 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -442,7 +442,12 @@ config_str = """ # Hammer_Aitoff: not handled -# Flat_Polar_Quartic: not handled +- Flat_Polar_Quartic: + WKT2_name: PROJ_WKT2_NAME_METHOD_FLAT_POLAR_QUARTIC + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN - Craster_Parabolic: WKT2_name: "Craster Parabolic" -- cgit v1.2.3