octproj

This package allows to call functions of PROJ library for cartographic projections and CRS transformations.

Select category:

Category Kernel functions

_op_transform
This function transforms X/Y/Z/t, lon/lat/h/t points between two coordinate systems 1 and 2 using the PROJ function proj_trans_generic().
_op_fwd
This function projects geodetic coordinates into cartesian projected coordinates in the defined cartographic projection using the PROJ function proj_trans_generic().
_op_inv
This function unprojects cartesian projected coordinates (in a defined cartographic projection) into geodetic coordinates using the PROJ function proj_trans_generic().
_op_geod2geoc
This function converts geodetic coordinates into cartesian tridimensional geocentric coordinates.
_op_geoc2geod
This function converts cartesian tridimensional geodentric coordinates into geodetic coordinates.

Category Driver functions

op_transform
This function transforms X/Y/Z/t, lon/lat/h/t points between two coordinate systems 1 and 2 using the PROJ function proj_trans_generic().
op_fwd
This function projects geodetic coordinates into cartesian projected coordinates in the defined cartographic projection using the PROJ function proj_trans_generic().
op_inv
This function unprojects cartesian projected coordinates (in a defined cartographic projection) into geodetic coordinates using the PROJ function proj_trans_generic().
op_geod2geoc
This function converts geodetic coordinates into cartesian tridimensional geocentric coordinates.
op_geoc2geod
This function converts cartesian tridimensional geocentric coordinates into geodetic coordinates.

Package: octproj