Difference between revisions of "OTB"

From UFRC
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Geospatial]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|otb}}
 
|{{#vardefine:app|otb}}
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_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 46: Line 34:
 
OTB is installed in a container. Use the 'launch_otb' command to access OTB executables:
 
OTB is installed in a container. Use the 'launch_otb' command to access OTB executables:
 
  $ launch_otb otbcli
 
  $ launch_otb otbcli
 
Connect with xpra locally using the xpra command
 
xpra attach ssh:jdoe@i111a-s222.rc.ufl.edu:3713
 
  
 
To see the list of all available executables in IMOD use the following command:
 
To see the list of all available executables in IMOD use the following command:

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