Difference between revisions of "OTB"

From UFRC
Jump to navigation Jump to search
 
Line 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
 
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
* gcc/5.2.0
 
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Latest revision as of 17:27, 10 June 2022

Description

otb website  

Orfeo ToolBox (OTB) is an open-source project for state-of-the-art remote sensing. Built on the shoulders of the open-source geospatial community, it can process high resolution optical, multispectral and radar images at the terabyte scale. A wide variety of applications are available: from ortho-rectification or pansharpening, all the way to classification, SAR processing, and much more!

Environment Modules

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

System Variables

  • HPC_OTB_DIR - installation directory

Additional Information

OTB is installed in a container. Use the 'launch_otb' command to access OTB executables:

$ launch_otb otbcli

To see the list of all available executables in IMOD use the following command:

$ launch_otb ls $HPC_OTB_BIN