- Timestamp:
- Jun 16, 2015, 11:59:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/kernel/orfeotoolbox.rst
r659 r663 5 5 6 6 `Orfeo Toolbox <http://orfeo-toolbox.org/otb/>`_ provides simple to advanced algorithms for processing imagery available from remote sensors. 7 The optional Orfeo Toolbox support is available since `ZOO-Project 1.5 8 <http://zoo-project.org>`__. It allows to execute the `OTB Applications <http://orfeo-toolbox.org/otb/otb-applications.html>`_ directly as ZOO WPS Services thanks to a :ref:`kernel_index` specific internal mechanism which is detailed in this section. 7 The optional Orfeo Toolbox support is available since `ZOO-Project 1.5 <http://zoo-project.org>`__. It allows to execute the `OTB Applications <http://orfeo-toolbox.org/otb/otb-applications.html>`_ directly as ZOO WPS Services thanks to a :ref:`kernel_index` specific internal mechanism which is detailed in this section. 9 8 10 9 .. note:: … … 23 22 ------------------------------ 24 23 25 Follow the step described bellow in order to activate the ZOO-Project 26 optional Orfeo Toolbox support. 24 Follow the step described bellow in order to activate the ZOO-Project optional Orfeo Toolbox support. 27 25 28 26 Prerequisites 29 ............. 27 ..................... 30 28 31 29 * latest `ZOO-Kernel <http://zoo-project.org/trac/browser/trunk/zoo-project/zoo-kernel>`_ trunk version 32 * Orfeo Toolbox (`OTB 4.2.1 <http://orfeo-toolbox.org/otb/>`_ 33 * Insight Segmentation and Registration Toolkit (`ITK-4.7 <http://itk.org/ITK/resources/software.html/>`_ 30 * Orfeo Toolbox (`OTB 4.2.1 <http://orfeo-toolbox.org/otb/>`_) 31 * Insight Segmentation and Registration Toolkit (`ITK-4.7 <http://itk.org/ITK/resources/software.html/>`_) 34 32 35 33 Installation steps … … 57 55 58 56 Configuration steps 59 ************************* 57 .................................... 60 58 61 59 Main configuration file 62 ^^^^^^^^^^^^^^^^^^^^^^^ 60 ************************* 63 61 64 62 Add the following content to your ``/usr/lib/cgi-bin/main.cfg`` file … … 70 68 71 69 Services configuration file 72 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 70 **************************** 73 71 74 72 The build of the `otb2zcfg <http://zoo-project.org/trac/browser/trunk/thirds/otb2zcfg>`_ utility is required to activate the available OTB Applications as WPS services. This can be done using the following command: … … 96 94 The ITK_AUTOLOAD_PATH environment variable is required in the [env] section of your main.cfg. 97 95 98 Test the ZOO OTB support99 ^^^^^^^^^^^^^^^^^^^^^^^ 96 Test requests 97 **************************** 100 98 101 99 Once done, OTB Applications should be listed as available WPS Services when runing a GetCapabilities request … … 111 109 http://localhost/cgi-bin/zoo_loader.cgi?request=DescribeProcess&service=WPS&version=1.0.0&Identifier=OTB.BandMath 112 110 113 As an example, here is a test request executing the OTB.BandMath Application with the OTB Cookbooksample data as input111 Here is an example request executing the *OTB.BandMath* Application with the `OTB Cookbook <https://www.orfeo-toolbox.org/CookBook/CookBook.html>`_ sample data as input 114 112 115 113 .. code-block:: guess … … 119 117 120 118 .. note:: 121 When executing OTB applications as WPS Services, it is also possible to check the OTB process status, using the usual ZOO GetStatus request. 119 120 The usual ZOO GetStatus requests also work when using the OTB Applications as WPS Services. 122 121 123 122
Note: See TracChangeset
for help on using the changeset viewer.