Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
otb-documents
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-documents
Commits
4453a4b8
"Packaging/Files/otbenv.bat" did not exist on "488fbaf1de06cd7245c1ce02561a2a15e93e3e93"
Commit
4453a4b8
authored
7 years ago
by
Manuel Grizonnet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: increase figure sizes
parent
fbc5cb1f
No related branches found
No related tags found
2 merge requests
!2
Otb app python
,
!1
Otb app python
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Courses/org/WorkshopGuide/app-python-en.org
+5
-5
5 additions, 5 deletions
Courses/org/WorkshopGuide/app-python-en.org
with
5 additions
and
5 deletions
Courses/org/WorkshopGuide/app-python-en.org
+
5
−
5
View file @
4453a4b8
...
@@ -237,7 +237,7 @@ ExtractROI.STARTX=140
...
@@ -237,7 +237,7 @@ ExtractROI.STARTX=140
The script ~exercise1.py~ launches the Superimpose OTB application
The script ~exercise1.py~ launches the Superimpose OTB application
as presented in the following scheme:
as presented in the following scheme:
#+ATTR_LATEX: :float t :width 0.
7
\textwidth
#+ATTR_LATEX: :float t :width 0.
8
\textwidth
[[file:Images/app-python-1.png]]
[[file:Images/app-python-1.png]]
*Note:* Superimpose may be configured to used different interpolations
*Note:* Superimpose may be configured to used different interpolations
...
@@ -270,7 +270,7 @@ ExtractROI.STARTX=140
...
@@ -270,7 +270,7 @@ ExtractROI.STARTX=140
in the same script to obtain the desired result.
in the same script to obtain the desired result.
The script ~exercise2.py~ chains OTB applications as presented in the following scheme:
The script ~exercise2.py~ chains OTB applications as presented in the following scheme:
#+ATTR_LATEX: :float t :width
0.7
\textwidth
#+ATTR_LATEX: :float t :width
1
\textwidth
[[file:Images/app-python-2.png]]
[[file:Images/app-python-2.png]]
Use the Superimpose and Bandmath applications to calculate the NDVI and Water map image
Use the Superimpose and Bandmath applications to calculate the NDVI and Water map image
...
@@ -297,7 +297,7 @@ ExtractROI.STARTX=140
...
@@ -297,7 +297,7 @@ ExtractROI.STARTX=140
In OTB terms, we perform just one BandMath calculation (instead of two).
In OTB terms, we perform just one BandMath calculation (instead of two).
The script ~exercise3.py~ chains OTB applications as presented in the following scheme:
The script ~exercise3.py~ chains OTB applications as presented in the following scheme:
#+ATTR_LATEX: :float t :width
0.7
\textwidth
#+ATTR_LATEX: :float t :width
1
\textwidth
[[file:Images/app-python-3.png]]
[[file:Images/app-python-3.png]]
In-memory connection: the output of application1 might be declared as input of
In-memory connection: the output of application1 might be declared as input of
...
@@ -335,11 +335,11 @@ ExtractROI.STARTX=140
...
@@ -335,11 +335,11 @@ ExtractROI.STARTX=140
If a CLD pixel value is different of zero, that means that a cloud
If a CLD pixel value is different of zero, that means that a cloud
has been detected in the pixel. The aim of this exercise is to use an special
has been detected in the pixel. The aim of this exercise is to use an special
value (255) in the final mask when clouds are present.
value (255) in the final mask when clouds are present.
#+ATTR_LATEX: :float t :width 0.
7
\textwidth
#+ATTR_LATEX: :float t :width 0.
8
\textwidth
[[file:Images/app-python-4.png]]
[[file:Images/app-python-4.png]]
The script ~exercise4.py~ chains OTB applications as presented in the following scheme:
The script ~exercise4.py~ chains OTB applications as presented in the following scheme:
#+ATTR_LATEX: :float t :width
0.7
\textwidth
#+ATTR_LATEX: :float t :width
1
\textwidth
[[file:Images/app-python-5.png]]
[[file:Images/app-python-5.png]]
At the end of the chain, an OTB application "ManageNoData" is used to set the NODATA value
At the end of the chain, an OTB application "ManageNoData" is used to set the NODATA value
...
...
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