diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-22 02:40:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-22 02:40:38 +0100 |
| commit | c11cc087b121157c759c8e09c55d08e79baa2025 (patch) | |
| tree | f0e473739ec2d8ea3a4a1b8d52a33c090c017e53 /src/proj_constants.h | |
| parent | 0516d857b056df560f256dbe8ca9e7b1282b4d17 (diff) | |
| download | PROJ-c11cc087b121157c759c8e09c55d08e79baa2025.tar.gz PROJ-c11cc087b121157c759c8e09c55d08e79baa2025.zip | |
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 |
