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:26:55 +0100 |
| commit | dbe6dcf2479c92bfb268b632c245bd0fc3fb147e (patch) | |
| tree | bbda808075361b28a1203da83b5e528748e4130e /scripts/build_esri_projection_mapping.py | |
| parent | ee0ba2d2e61323b5bc02b0e6b307da8dde99f621 (diff) | |
| download | PROJ-dbe6dcf2479c92bfb268b632c245bd0fc3fb147e.tar.gz PROJ-dbe6dcf2479c92bfb268b632c245bd0fc3fb147e.zip | |
Add support for creating coordinates operations using ESRI:53079 (patterson) CRS
Diffstat (limited to 'scripts/build_esri_projection_mapping.py')
| -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 |
