aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-09-03 11:55:24 +0200
committerGitHub <noreply@github.com>2021-09-03 11:55:24 +0200
commit27fb08a9c9127b413e21434fffa0d01486c04c16 (patch)
tree8df541ff8ea4c0597b571f3c8b7d2478cbf93bb4 /include
parent3f018de8ec316056dfc26201c6870d66444777e8 (diff)
parentf19b2948efcb7433d41e51d5128c5baa68261599 (diff)
downloadPROJ-27fb08a9c9127b413e21434fffa0d01486c04c16.tar.gz
PROJ-27fb08a9c9127b413e21434fffa0d01486c04c16.zip
Merge pull request #2835 from rouault/netcdf_cf_pole_rotation
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.hpp6
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);