diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-11-25 20:00:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-25 20:00:19 +0100 |
| commit | 42e981be8e89f7cfbd6f9cd3672c8e80560f61ad (patch) | |
| tree | 5a1722e77ff2bd0a2b3da13054d68e38c339f534 /src/proj_constants.h | |
| parent | cf8197bbbc3a5acd38e4f6428d24535bb11f6708 (diff) | |
| parent | c11cc087b121157c759c8e09c55d08e79baa2025 (diff) | |
| download | PROJ-42e981be8e89f7cfbd6f9cd3672c8e80560f61ad.tar.gz PROJ-42e981be8e89f7cfbd6f9cd3672c8e80560f61ad.zip | |
Merge pull request #1737 from rouault/proj_create_derived_geographic_crs
Add proj_create_derived_geographic_crs() and proj_create_conversion_pole_rotation_grib_convention() to address GRIB datasets using a pole rotation method
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index 62cf94be..5c642862 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -215,6 +215,8 @@ #define EPSG_NAME_METHOD_VERTICAL_PERSPECTIVE "Vertical Perspective" #define EPSG_CODE_METHOD_VERTICAL_PERSPECTIVE 9838 +#define PROJ_WKT2_NAME_METHOD_POLE_ROTATION_GRIB_CONVENTION "Pole rotation (GRIB convention)" + /* ------------------------------------------------------------------------ */ /* Projection parameters */ @@ -474,6 +476,15 @@ #define \ EPSG_NAME_PARAMETER_FLATTENING_DIFFERENCE "Flattening difference" +#define PROJ_WKT2_NAME_PARAMETER_SOUTH_POLE_LATITUDE_GRIB_CONVENTION \ + "Latitude of the southern pole (GRIB convention)" + +#define PROJ_WKT2_NAME_PARAMETER_SOUTH_POLE_LONGITUDE_GRIB_CONVENTION \ + "Longitude of the southern pole (GRIB convention)" + +#define PROJ_WKT2_NAME_PARAMETER_AXIS_ROTATION_GRIB_CONVENTION \ + "Axis rotation (GRIB convention)" + /* ------------------------------------------------------------------------ */ #define EPSG_CODE_METHOD_NTV1 9614 |
