Difference between revisions of "OTB"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|otb}} |{{#vardefine:url|https://www.orfeo-toolbox.org/}} <!--CONFIGURATION: OPTIONAL (|1}} means it's...")
 
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:job|}}            <!--JOB SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 44: Line 44:
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
  
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
OTB is installed in a container. Use the 'launch_otb' command to access OTB executables:
 +
$ 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:
 +
$ launch_otb ls $HPC_OTB_BIN
 +
 
  
 
|}}
 
|}}

Revision as of 19:51, 14 November 2016

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!

Required Modules

Serial

  • gcc/5.2.0
  • otb

System Variables

  • HPC_{{#uppercase:otb}}_DIR - installation directory

Additional Information

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

$ 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:

$ launch_otb ls $HPC_OTB_BIN