diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-02 09:19:22 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-02 09:19:22 +0200 |
| commit | f19b2948efcb7433d41e51d5128c5baa68261599 (patch) | |
| tree | bc057566a951b749455c3a32e8b67052ba5a2b62 /include | |
| parent | 1b180864413fa98aed9d79868eec8ceb689421a9 (diff) | |
| download | PROJ-f19b2948efcb7433d41e51d5128c5baa68261599.tar.gz PROJ-f19b2948efcb7433d41e51d5128c5baa68261599.zip | |
Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address netCDF datasets using a pole rotation method
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index aeef04f3..3d2ab800 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -1340,6 +1340,12 @@ class PROJ_GCC_DLL Conversion : public SingleOperation { const common::Angle &southPoleLongInUnrotatedCRS, const common::Angle &axisRotation); + PROJ_DLL static ConversionNNPtr createPoleRotationNetCDFCFConvention( + const util::PropertyMap &properties, + const common::Angle &gridNorthPoleLatitude, + const common::Angle &gridNorthPoleLongitude, + const common::Angle &northPoleGridLongitude); + PROJ_DLL static ConversionNNPtr createChangeVerticalUnit(const util::PropertyMap &properties, const common::Scale &factor); |
