Difference between revisions of "GDAL"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 28: | Line 28: | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - Installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - Executable program directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - Library directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - Include file directory |
<!--Configuration--> | <!--Configuration--> |
Revision as of 21:20, 6 December 2019
Description
GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing.
Required Modules
Serial
- gcc/5.2.0
- {{#lowercase:GDAL}}
System Variables
- HPC_GDAL_DIR - Installation directory
- HPC_GDAL_BIN - Executable program directory
- HPC_GDAL_LIB - Library directory
- HPC_GDAL_INC - Include file directory