diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-21 09:11:18 +1000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-21 11:30:49 +0100 |
| commit | 67da822c73e03fe5a88b1ca648150d228ffc1f8a (patch) | |
| tree | cb1c09e46e5e1e5fd5c03c48ae2058a811662113 /scripts | |
| parent | 2be384c5ac96d704c618ac098e3adc97072a0b71 (diff) | |
| download | PROJ-67da822c73e03fe5a88b1ca648150d228ffc1f8a.tar.gz PROJ-67da822c73e03fe5a88b1ca648150d228ffc1f8a.zip | |
Add support for creating coordinates operations using ESRI:53079 (patterson) CRS
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
