diff options
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 |
