Difference between revisions of "GDAL"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Geospatial Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|GDAL}} |{{#vardefine:url|http://www.gdal.org/}} <!--CONFIGURATION: OPTI...")
 
m (Text replacement - "#lowercase" to "lc")
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Geospatial Library]]
+
[[Category:Software]][[Category:Geospatial]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|GDAL}}
 
|{{#vardefine:app|GDAL}}
Line 24: Line 24:
 
===Serial===
 
===Serial===
  
* intel/2013.sp1.3.174
+
* gcc/5.2.0
* {{#lowercase:{{#var:app}}}}
+
* {{lc:{{#var:app}}}}
  
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - Installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - Installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - Executable program directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - Executable program directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - Library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - Library directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - Include file directory
+
* HPC_{{uc:{{#var:app}}}}_INC - Include file directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Revision as of 21:31, 6 December 2019

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.

Required Modules

Serial

  • gcc/5.2.0
  • 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