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
db87dc40
Commit
db87dc40
authored
4 weeks ago
by
Thibaut ROMAIN
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update first step doc for more clarity
parent
73f51676
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1059
ENH: Add a one line otb installer
Pipeline
#16554
passed
3 weeks ago
Stage: precheck
Stage: prepare
Stage: build
Stage: report
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/rst/First_Step_Linux.rst
+3
-2
3 additions, 2 deletions
Documentation/Cookbook/rst/First_Step_Linux.rst
with
3 additions
and
2 deletions
Documentation/Cookbook/rst/First_Step_Linux.rst
+
3
−
2
View file @
db87dc40
...
...
@@ -21,7 +21,7 @@ Download and install OTB
.. code-block:: bash
bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh) 9.1.0 $HOME/otb
"
bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh)
" -s
9.1.0 $HOME/otb
Download an example image
+++++++++++++++++++++++++
...
...
@@ -35,6 +35,7 @@ Compute NDVI using the CLI interface
.. code-block:: bash
source $HOME/otb/otbenv.profile
otbcli_BandMath –il $HOME/Data/phr_xs.tif –out $HOME/Data/ndvi.tif –exp “(im1b4-im1b1)/ (im1b4+im1b1)”
Use Python API to compute NDVI
...
...
@@ -45,7 +46,7 @@ To use the Python API you have first to recompile the bindings for your version
.. code-block:: bash
# Recompile python bindings
cd
/Path/To/OTB-10.0
cd
$HOME/otb
source otbenv.profile
sh recompile-bindings.sh
...
...
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