From f19b2948efcb7433d41e51d5128c5baa68261599 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 2 Sep 2021 09:19:22 +0200 Subject: Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to address netCDF datasets using a pole rotation method --- include/proj/coordinateoperation.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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); -- cgit v1.2.3