PROJ¶
About¶
PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations.
Supported versions¶
To check which PROJ versions and build types are currently supported on Discoverer, execute on the login node:
module avail proj
The recipe followed to build the source code is available at:
https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/proj
Loading/Compiler affinity¶
Currently, the only PROJ build available is the one built using GCC compilers. That covers all practical cases PROJ is involved into.
module load proj
Getting help¶
See Getting help