diff options
Diffstat (limited to 'src/proj_experimental.h')
| -rw-r--r-- | src/proj_experimental.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 05e49451..41865f14 100644 --- a/src/proj_experimental.h +++ b/src/proj_experimental.h @@ -964,6 +964,14 @@ PJ PROJ_DLL *proj_create_conversion_pole_rotation_grib_convention( double axis_rotation, const char* ang_unit_name, double ang_unit_conv_factor); +PJ PROJ_DLL *proj_create_conversion_pole_rotation_netcdf_cf_convention( + PJ_CONTEXT *ctx, + double grid_north_pole_latitude, + double grid_north_pole_longitude, + double north_pole_grid_longitude, + const char *ang_unit_name, + double ang_unit_conv_factor); + /* END: Generated by scripts/create_c_api_projections.py*/ /**@}*/ |
