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 /src/proj_experimental.h | |
| 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 '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*/ /**@}*/ |
