diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-26 19:03:51 +1000 |
|---|---|---|
| committer | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-26 19:03:51 +1000 |
| commit | 6ed13a5f8e01dcd531e290f634aa72f204ed5eef (patch) | |
| tree | e71e8b4664795cac9dc5ef25099a0744a955923e /scripts/build_esri_projection_mapping.py | |
| parent | 414ae2699ccfafdabacd12010acf7ad2f16fd889 (diff) | |
| download | PROJ-6ed13a5f8e01dcd531e290f634aa72f204ed5eef.tar.gz PROJ-6ed13a5f8e01dcd531e290f634aa72f204ed5eef.zip | |
Support conversion of Flat_Polar_Quartic projection method
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 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" |
