GDAL: Difference between revisions

From UFRC
Jump to navigation Jump to search
m Text replacement - "#uppercase" to "uc"
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Geospatial]]
[[Category:Software]][[Category:Geospatial]][[Category:Library]]
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|GDAL}}
|{{#vardefine:app|GDAL}}
Line 21: Line 21:


<!--Modules-->
<!--Modules-->
==Required Modules==
==Environment Modules==
===Serial===
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
* gcc/5.2.0
* {{#lowercase:{{#var:app}}}}
 
==System Variables==
==System Variables==
* HPC_{{uc:{{#var:app}}}}_DIR - Installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_BIN - Executable program directory
* HPC_{{uc:{{#var:app}}}}_BIN - Executable program directory
* HPC_{{uc:{{#var:app}}}}_LIB - Library directory
* HPC_{{uc:{{#var:app}}}}_LIB - Library directory

Latest revision as of 18:21, 8 July 2022

Description

GDAL website  

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.

Environment Modules

Run module spider GDAL to find out what environment modules are available for this application.

System Variables

  • HPC_GDAL_DIR - installation directory
  • HPC_GDAL_BIN - Executable program directory
  • HPC_GDAL_LIB - Library directory
  • HPC_GDAL_INC - Include file directory