Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main Repositories
otb
Commits
b387a285
Commit
b387a285
authored
6 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
DOC: document QGIS 3 otb-plugin
parent
46f85400
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!621
Release 7.0 (master)
,
!265
Resolve "OTB QGIS plugin documentation is outdated"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/rst/OTB-Applications.rst
+66
-0
66 additions, 0 deletions
Documentation/Cookbook/rst/OTB-Applications.rst
with
66 additions
and
0 deletions
Documentation/Cookbook/rst/OTB-Applications.rst
+
66
−
0
View file @
b387a285
...
...
@@ -253,6 +253,72 @@ textfield settings will not be shown. To use a custom OTB instead of the
existing one, you will need to replace the otbcli, otbgui and library
files in QGIS installation directly.
Manual installation with QGIS 3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This section describe the manual installation of OTB plugin for QGIS 3.
Clone qgis-otb-plugin repository and set QGIS_PLUGINPATH.
For Linux/Unix/MacOSX
+++++++++++++++++++++
::
mkdir $HOME/projects; cd $HOME/projects
git clone https://gitlab.orfeo-toolbox.org/orfeotoolbox/qgis-otb-plugin
export QGIS_PLUGINPATH=$HOME/projects/qgis-otb-plugin
For Windows
+++++++++++
Clone qgis-otb-plugin repository to ``c:\qgis-plugins\qgis-otb-plugin``
::
git clone https://gitlab.orfeo-toolbox.org/orfeotoolbox/qgis-otb-plugin
Then set the ``QGIS_PLUGINPATH`` variable:
* System properties (``Windows Key + R -> sysdm.cpl`` )
* Select Advanced Tab -> Environment variables.
* Under "user variables for "
* Add or Edit variable ``QGIS_PLUGINPATH`` and set value to ``C:\qgis-plugins\qgis-otb-plugin``
Download and Install OTB
++++++++++++++++++++++++
OTB is not distributed with qgis-otb-plugin. It is a seperate project and has its own git repository.
Download OTB: https://www.orfeo-toolbox.org/download/
Git repository: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
Configure plugin in QGIS
++++++++++++++++++++++++
Start QGIS
If you already have QGIS opened, you must restart it.
Then install otb plugin
``Plugins -> Manage and Install Plugins ``
Click on `Installed` tab on left and make sure box next to `OrfeoToolBox(OTB)` is checked.
Open processing settings
++++++++++++++++++++++++
`Settings -> Options -> Processing (left panel)`
You can see OTB under "Providers":
* Expand OTB tab
* Tick Activate option
* Set OTB folder. This is location of your OTB installation.
* Set OTB application folder. This is location of your OTB applications. ``<OTB_FOLDER>/lib/otb/applications``
* Click "ok" to save settings and close dialog. If settings are correct, you will have OTB algorithms loaded in Processing toolbox
Load and save parameters to XML
-------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment