From dbe6dcf2479c92bfb268b632c245bd0fc3fb147e Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 21 Feb 2020 09:11:18 +1000 Subject: Add support for creating coordinates operations using ESRI:53079 (patterson) CRS --- 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 3b251898..0722f7aa 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -597,7 +597,12 @@ config_str = """ # Natural_Earth_II: not handled -# Patterson: not handled +- Patterson: + WKT2_name: PROJ_WKT2_NAME_METHOD_PATTERSON + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN # Compact_Miller: not handled -- cgit v1.2.3