Difference between revisions of "PROJ"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} | ||
− | PROJ | + | PROJ is a generic coordinate transformation software, that transforms coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations. |
<!--Modules--> | <!--Modules--> | ||
Line 25: | Line 25: | ||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_BIN - binary directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_LIB - library directory | ||
+ | * HPC_{{uc:{{#var:app}}}}_INC - include directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 18:31, 17 June 2024
Description
PROJ is a generic coordinate transformation software, that transforms coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations.
Environment Modules
Run module spider PROJ
to find out what environment modules are available for this application.
System Variables
- HPC_PROJ_DIR - installation directory
- HPC_PROJ_BIN - binary directory
- HPC_PROJ_LIB - library directory
- HPC_PROJ_INC - include directory