Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • orfeotoolbox/otb-documents
  • santipe83/otb-documents
  • mgrizonnet/otb-documents
3 results
Show changes
Commits on Source (12)
......@@ -26,6 +26,8 @@
{\small\url{https://www.orfeo-toolbox.org}}
}
\setlength\parindent{0pt}
\begin{document}
\maketitle
......@@ -35,25 +37,53 @@
\clearpage
\section{Data package}
The data package for the training can be downloaded at \url{www.orfeo-toolbox.org/packages/WorkshopData/WorkshopData.zip}.
The data package for the training can be downloaded at
\url{www.orfeo-toolbox.org/packages/WorkshopData/WorkshopData.zip}.
\section{Windows}
\subsection{QGIS}
Install QGIS: \url{http://www.qgis.org/en/site/forusers/download.html}.
\subsection{Python}
This dependency is required only if python module is part of your
training. Download the 3.5.4 version available here :
\url{https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe}. It does
not require root privileges. Once installed, it is also required to install
NumPy with pip.\\
If you are on a company network behind a proxy, configure it with the following
command in a Windows prompt:
\begin{verbatim}
set HTTPS_PROXY=http://Domain\User:Passwd@proxy_address:port
\end{verbatim}
Then, in the same prompt, install NumPy with pip:
\begin{verbatim}
python.exe -m pip install numpy
\end{verbatim}
By default OTB Python bindings are compatible with python 2.7. You need to edit
the \verb?otbenv.bat? file to modify the line with \verb?PYTHONPATH?, by
changing \verb?lib/python? to \verb?lib/python3?.
\subsection{Command line}
Install a minimal command line environment for Windows. For instance, Git for Windows is very easy to install:
\url{http://git-scm.com/download/win}.
Install a minimal command line environment for Windows. For instance, Git for
Windows is very easy to install: \url{http://git-scm.com/download/win}.
\subsection{OTB and Monteverdi}
To install OTB and Monteverdi, download the appropriate package for your architecture (32 or 64 bits). If you have a 32 bit machine:
To install OTB and Monteverdi, download the appropriate package for your
architecture (32 or 64 bits). If you have a 32 bit machine:
\begin{verbatim}
OTB-6.4.0-Win32.zip
\end{verbatim}
If you have a 64 bit machine:
If you have a 64 bits machine:
\begin{verbatim}
OTB-6.4.0-Win64.zip
......@@ -72,8 +102,8 @@ Once the installation is done, OTB applications can be used in several ways. Che
\item Launch \texttt{monteverdi.bat} from the installation folder.
\item Try to open a tif image in Monteverdi (see
figure~\ref{fig:monteverdi}). A demonstration tif image is available here: \url{https://git.orfeo-toolbox.org/otb-data.git/blob/HEAD:/Examples/QB\_Toulouse\_Ortho\_PAN.tif}.
\item Try to open a TIFF image in Monteverdi (see
figure~\ref{fig:monteverdi}). A demonstration TIFF image is available here: \url{https://git.orfeo-toolbox.org/otb-data.git/blob/HEAD:/Examples/QB\_Toulouse\_Ortho\_PAN.tif}.
\item The application browser is available from the ``View'' menu
$\rightarrow$ "OTB-Applications browser".
......@@ -85,27 +115,37 @@ $\rightarrow$ "OTB-Applications browser".
\end{enumerate}
\begin{figure}[h]
\begin{figure}[!htbp]
\center
\includegraphics[width=1\textwidth]{Art/monteverdi-tif.png}
\includegraphics[width=0.5\textwidth]{Art/monteverdi-tif.png}
\caption[]{Monteverdi}
\label{fig:monteverdi}
\end{figure}
\begin{figure}[h]
\begin{figure}[!htbp]
\center
\includegraphics[scale=1]{Art/windows-mapla.png}
\includegraphics[scale=0.5]{Art/windows-mapla.png}
\caption[]{OTB applications can be used from Monteverdi}
\label{fig:windows-mapla}
\end{figure}
\begin{figure}[h]
\begin{figure}[!htbp]
\center
\includegraphics[scale=1]{Art/windows-otbgui.png}
\includegraphics[scale=0.5]{Art/windows-otbgui.png}
\caption[]{OTB Graphical User Interface}
\label{fig:windows-otbgui}
\end{figure}
To test Python bindings:
\begin{enumerate}
\item Open a Windows prompt,
\item Execute configuration script \verb?otbenv.bat? to set the environment up
\item Run python interpreter
\item Enter the following instruction \verb?import otbApplication?. This must return without any error
\end{enumerate}
% En commentaire pour l'instant, c'est peut être un peu inutile puisqu'il n'y a
% aucune action associée en terme d'installation
\begin{comment}
......@@ -133,6 +173,15 @@ update the provider option in the QGIS processing properties.
This section explains how to install the tools in a Linux environment like Ubuntu. This procedure can also be used on other Linux distributions by using the appropriate package manager (dnf, yum,
emerge, pacman\ldots)
\subsection{Python}
This dependency is required only if python module is part of your training. Python can be installed though the package manager by installing the following packages: \textbf{python3} and \textbf{python3-numpy}.
\begin{verbatim}
sudo apt-get install python3 python3-numpy
\end{verbatim}
By default OTB python bindings are compatible with python 2.7. You need to edit the \verb?otb.profile? file to modify the line with \verb?PYTHONPATH?, by changing \verb?lib/python? to \verb?lib/python3?.
\subsection{QGIS}
QGIS can be installed via a command line like:
\begin{verbatim}
......@@ -176,8 +225,8 @@ cd OTB-6.4.0-Linux64
Once the installation is done, OTB applications can be run in several ways. Check that you have a working installation with the following steps:
\begin{enumerate}
\item Try to open a tif image in Monteverdi (see
figure~\ref{fig:monteverdi}). A demonstration tif image is available here: \url{https://git.orfeo-toolbox.org/otb-data.git/blob/HEAD:/Examples/QB\_Toulouse\_Ortho\_PAN.tif}.
\item Try to open a TIFF image in Monteverdi (see
figure~\ref{fig:monteverdi}). A demonstration TIFF image is available here: \url{https://git.orfeo-toolbox.org/otb-data.git/blob/HEAD:/Examples/QB\_Toulouse\_Ortho\_PAN.tif}.
\item The application browser is available from the ``View'' menu
$\rightarrow$ "OTB-Applications browser".
......@@ -186,49 +235,25 @@ $\rightarrow$ "OTB-Applications browser".
\item Run an application using the terminal, for instance
\texttt{otbgui\_Rescale}. (see figure \ref{fig:windows-otbgui}).
To test python bindings:
\end{enumerate}
\begin{enumerate}
\item Open a terminal
\item Source the configuration script \verb?otb.profile? : \verb?$ source otb.profile?
\item Run python interpreter (from same terminal)
\item Enter the following instruction \verb?import otbApplication?. It must return without any error
\end{enumerate}
\clearpage
\section{Mac OS X}
The software can also be installed on Mac OS X.
The software can also be installed on Mac OS X. \\
First install QGIS using the instructions for Mac OS X on the official site. To install OTB and Monteverdi download
OTB-6.4.0-Darwin64.run from \url{https://www.orfeo-toolbox.org/download/}.
OTB-6.4.0-Darwin64.run from \url{https://www.orfeo-toolbox.org/download/}. \\
This is a self-extracting binary which extracts itself in the current directory. Testing the installation is done like in the Linux case.
\clearpage
\section{Python install for OTB}
Starting from OTB 5.8.0, OTB bindings for Python 2.7 are distributed with binary package. With OTB 6.4.0, additional bindings for Python 3.5 are also included. Please note that using a different Python version may not be compatible with OTB wrappings. If no compatible Python 2.x version is found a notification is generated during the installation process. If the installation completes without issue, information relating to your Python bindings will be provided.
You must have Python numpy bindings installed in your system. They can be installed locally without admin rights as follows: “pip install –user numpy”. This is to give users the option to select their own existing Python installation rather than the one dibstributed by the OTB package.
By default, bindings for Python 2.7 will be enabled with the otbenv script. If you want to use bindings for Python 3.5, you can copy this script and modify:
\begin{verbatim}
lib/python into lib/python3, for variable PYTHONPATH
\end{verbatim}
Notes:
\begin{enumerate}
\item You must use monteverdi and mapla through mapla.sh and monteverdi.sh helper scripts in extracted directory.
\item The helper scripts for monteverdi and mapla set required environment variables
\item You might be tempted to move “OTB-6.4.0-Linux64” into another location say /usr/local/ after extraction. But avoid this action!
\item To have “OTB-6.4.0-Linux64” installed in /usr/local or /opt execute “OTB-6.4.0-Linux64.run” in that directory.
\item Multiple installation of OTB can exists in same system without one conflicting the other!
\end{enumerate}
\subsection{Test}
In order to test the Python OTB dependencies, try:
\begin{enumerate}
\item Load the environment variables (Linux : sourcing the otb.profile; Windows: executing otbenv.bat)
\item Launch the python console (Linux: execute python ; Windows: python.exe)
\item Execute in the python console : import numpy
\item Execute in the python console : import otbApplication
\end{enumerate}
If no error message is printed after the import commands, everything is fine. If not, check the Python version (2.7 or 3.5), and the PATH,OTB_APPLICATION_PATH and PYTHONPATH variables.
\end{document}
......@@ -42,9 +42,34 @@ Le paquet de données pour les TPs peut être téléchargé ici: \url{www.orfeo-
\subsection{QGIS}
Installer QGIS: \url{http://www.qgis.org/fr/site/forusers/download.html}.
\subsection{Python}
Cette dépendance est requise uniquement si vous avez le module python au programme de votre formation. Télécharger la version 3.5.4 disponible ici : \url{https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe}. Elle ne requiert pas les droits administrateurs.
Une fois installée, il est nécessaire d'installer également Numpy avec pip.
Si vous êtes derrière un proxy d'entreprise, configurez le de la manière suivante dans une invite de commande Windows:
\begin{verbatim}
set HTTPS_PROXY=http://Domain\User:Passwd@proxy_address:port
\end{verbatim}
Puis, toujours dans l'invite de commande, installez Numpy avec pip :
\begin{verbatim}
python.exe -m pip install numpy
\end{verbatim}
Par défaut le paquet OTB charge un environnement utilisant les bindings
compatible de la 2.7 de Python. Pour utiliser les bindings avec Python 3, il
faut donc éditer le fichier \verb?otbenv.bat? pour modifier la ligne
\verb?PYTHONPATH?, en remplaçant \verb?lib/python? par \verb?lib/python3?.
\subsection{Ligne de commande}
Installer un environnement minimal de ligne de commande pour Windows. Par exemple
Git for Windows est très facile à installer:
Installer un environnement minimal de ligne de commande pour Windows. Par
exemple
\textit{Git for Windows} est très facile à installer:
\url{http://git-scm.com/download/win}.
\subsection{OTB et Monteverdi}
......@@ -53,13 +78,13 @@ votre architecture (32 ou 64 bits). Si votre machine est 32
bits il s'agit de:
\begin{verbatim}
OTB-6.2.0-Win32.zip
OTB-6.4.0-Win32.zip
\end{verbatim}
Sinon si votre machine est 64 bits:
\begin{verbatim}
OTB-6.2.0-Win64.zip
OTB-6.4.0-Win64.zip
\end{verbatim}
Ces archives sont disponibles sur la page
......@@ -88,7 +113,7 @@ $\rightarrow$ "Navigateur d'OTB-Applications".
\item Naviguer dans le dossier \texttt{bin} du répertoire d'installation OTB et double cliquer sur le
fichier \texttt{.bat} de l'application à lancer, par exemple:\\
\texttt{Martin{\textbackslash}install{\textbackslash}OTB-6.2.0-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat}
\texttt{Martin{\textbackslash}install{\textbackslash}OTB-6.4.0-win32{\textbackslash}bin{\textbackslash}otbgui\_Rescale.bat}
(Voir figure \ref{fig:windows-otbgui}).
\end{enumerate}
......@@ -114,6 +139,15 @@ fichier \texttt{.bat} de l'application à lancer, par exemple:\\
\label{fig:windows-otbgui}
\end{figure}
Pour tester le lien avec python:
\begin{enumerate}
\item Ouvrir l'invite de commande windows
\item Exécuter le script \verb?otbenv.bat? pour configurer l'environnement
\item Exécuter l'interpréteur python
\item Entrer la commande \verb?import otbApplication?. L'exécution doit se dérouler sans erreur
\end{enumerate}
% En commentaire pour l'instant, c'est peut être un peu inutile puisqu'il n'y a
% aucune action associée en terme d'installation
\begin{comment}
......@@ -150,6 +184,19 @@ ligne de commande, le paquet à installer s'appelle simplement \textbf{qgis}.
sudo apt-get install qgis
\end{verbatim}
\subsection{Python}
Cette dépendance n'est nécessaire que si le module Python est au programme de votre formation.
Python peut être installé via un gestionnaire de paquets graphique ou bien en
ligne de commande, le paquet à installer s'appelle simplement \textbf{python3} et \textbf{python3-numpy}.
\begin{verbatim}
sudo apt-get install python3 python3-numpy
\end{verbatim}
Par défaut le paquet OTB charge un environnement utilisant les bindings
compatible de la 2.7 de Python. Pour utiliser les bindings avec Python 3, il
faut donc éditer le fichier \verb?otb.profile? pour modifier la ligne
\verb?PYTHONPATH?, en remplaçant \verb?lib/python? par \verb?lib/python3?.
\subsection{Installer les dépendances}
Avant d'installer le paquet autoportant OTB, certaines dépendances système
sont nécessaires. Dans un terminal, taper:
......@@ -179,14 +226,14 @@ exécutables sont dans le sous-dossier 'bin', vous pouvez les rendre facilement
accessible en ajoutant ce chemin au PATH. Les commandes permettant de faire
ce déploiement sont :
\begin{verbatim}
chmod +x OTB-6.2.0-Linux64.run
./OTB-6.2.0-Linux64.run
chmod +x OTB-6.4.0-Linux64.run
./OTB-6.4.0-Linux64.run
\end{verbatim}
Il existe ensuite un script permettant de lancer monteverdi ou mapla avec toutes les
variables d'environnement nécessaires:
\begin{verbatim}
cd OTB-6.2.0-Linux64
cd OTB-6.4.0-Linux64
./monteverdi.sh
./mapla.sh
\end{verbatim}
......@@ -210,18 +257,26 @@ $\rightarrow$ "Navigateur d'OTB-Applications".
\end{enumerate}
\begin{enumerate}
\item Ouvrir un terminal
\item Sourcer le script \verb?otb.profile? pour configurer l'environnement : \verb?$ source otb.profile?
\item Exécuter l'interpréteur python
\item Entrer la commande \verb?import otbApplication?. L'exécution doit se dérouler sans erreur
\end{enumerate}
\clearpage
\section{Mac OS X}
Les logiciels peuvent également être installés sur un système Mac OS X.
Installer d'abord QGIS en vous référant à la page officiel pour les instructions
Installer d'abord QGIS (et éventuellement python) en vous référant à la page officiel pour les instructions
relatives au système Mac OS X.
Pour installer OTB et Monteverdi, téléchargez le paquet OTB:
\begin{verbatim}
OTB-6.2.0-Darwin64.run
OTB-6.4.0-Darwin64.run
\end{verbatim}
Cette archive est disponible sur la page \url{https://www.orfeo-toolbox.org/download/}.
......
Slides/OTB-General/images/gitlab_mr.png

65.1 KiB

Slides/OTB-General/images/imag4tci.jpg

560 KiB

Slides/OTB-General/images/image4_glob_each_lim20_8b_sub.jpg

867 KiB

......@@ -250,6 +250,18 @@ OTB capitalizes a part of the CNES R\&D in IP, open source contributes to trans
\includegraphics[keepaspectratio,height=1.1\paperheight]{../../Courses/org/WorkshopGuide/Images/final_classification.png}
\end{frame}
\vspace*{-6.5mm}
\begin{frame}[plain]
\hspace*{-11mm}
\includegraphics[keepaspectratio,height=1.1\paperheight]{images/imag4tci.jpg}
\end{frame}
\vspace*{-6.5mm}
\begin{frame}[plain]
\hspace*{-11mm}
\includegraphics[keepaspectratio,height=1.1\paperheight]{images/image4_glob_each_lim20_8b_sub.jpg}
\end{frame}
\section{Key characteristics}
......@@ -761,6 +773,35 @@ OrthoRectification.ExecuteAndWriteOutput()
\end{block}
\end{frame}
\begin{frame}
\frametitle{6.4 (January 2018)}
\begin{itemize}
\item Enhancement of multiple files selection widget
\item Application and filter for local contrast enhancement (CLAHE)
\item Improvement of generic SAR sensor model
\item Python 3 support
\item Ater this release: moving to gitlab!
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Gitlab: easier, more integrated}
\begin{columns}
\column{0.4\textwidth}
\begin{itemize}
\item Request for comments, bugs, feature requests $\Rightarrow$ gitlab issues
\item All code modifications goes through Merge Requests
\item Easier code review, links between issues and Merge Requests
\item Code contribution more straightforward
\item Provides hosting for Remote Modules
\end{itemize}
\column{0.6\textwidth}
\includegraphics[width=\textwidth]{images/gitlab_mr.png}
\end{columns}
\end{frame}
\section{Conclusion}
\begin{frame}
\frametitle{How many users?}
......@@ -791,13 +832,12 @@ OrthoRectification.ExecuteAndWriteOutput()
\begin{columns}
\column{0.65\textwidth}
\begin{itemize}
\item OTB has been useful for (some) ORFEO users!
\item OTB has been useful to ORFEO users and has processed 619 Pléiades
images on RTU web site
\item Several training courses (3/5-day courses) given in France, Belgium,
Madagascar, UNESCO, Hawaii,Finland\ldots
\item OTB has successfully processed 619 Pléiades
images on RTU web site
\item OTB provides many useful RS functions in \textbf{one single tool}
\item OTB is/was the only open-source supporting PHR images (thanks to OpenJPEG)
\item OTB helped to improve the open-source codec for JP2 OpenJpeg
\item OTB equals or beats state-of-the-art tools (open source and maybe \$\$) on some points:
\begin{itemize}
\item band calculator
......@@ -806,7 +846,7 @@ Madagascar, UNESCO, Hawaii,Finland\ldots
\item bridges between RS and GIS \ldots
\end{itemize}
\item Beyond Orfeo, OTB is already used in several projects and software
\item OSGeo incubation
\item OSGeo graduation
\end{itemize}
\column{0.35\textwidth}
\includegraphics[width=0.9\textwidth]{images/resultats_ird.png}\\
......@@ -820,8 +860,7 @@ Madagascar, UNESCO, Hawaii,Finland\ldots
\begin{columns}
\column{0.55\textwidth}
\begin{itemize}
\item OTB applications are available through QGIS processing framework
\item OTB applications are available in Zoo Project (WPS service)
\item OTB applications are available in QGIS and in Zoo Project (WPS service)
\item OTB is a component of \alert{Sentinel-2} and Venus ground segment (CNES and ESA)
\item Terr'Image: Educational software for satellite image analysis
\item Use to prototype \alert{THEIA} products from the Scientific Expertise Centres
......@@ -829,6 +868,7 @@ Madagascar, UNESCO, Hawaii,Finland\ldots
\item Gnorasi Software (National Technical University of Athens)
\item Geosud project(IRSTEA)
\item TCM research program (ETS Quebec)
\item Processing chains at CEREMA and SERTIT
\end{itemize}
\column{0.6\textwidth}
\begin{center}
......@@ -865,10 +905,8 @@ Madagascar, UNESCO, Hawaii,Finland\ldots
\begin{block}{Follow-up}
\vspace{-0.2cm}
\begin{description}
\item[Look at the code?] \href{http://git.orfeo-toolbox.org}{git.orfeo-toolbox.org}
\item[Find a bug?] \href{http://bugs.orfeo-toolbox.org}{bugs.orfeo-toolbox.org}
\item[Agile?] \href{http://scrum.orfeo-toolbox.org}{scrum.orfeo-toolbox.org}
\item[Weather?] \href{http://dash.orfeo-toolbox.org}{dash.orfeo-toolbox.org}
\item[Code, bugs, contributions, feature requests \ldots] \href{https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb}{gitlab.orfeo-toolbox.org}
\item[Weather?] \href{http://dash.orfeo-toolbox.org}{dash.orfeo-toolbox.org}
\end{description}
\end{block}
\end{frame}
......
......@@ -242,6 +242,18 @@ L'OTB capitalise une partie de la R\&D du CNES en extraction d'information, l'ou
\includegraphics[keepaspectratio,height=1.1\paperheight]{../../Courses/org/WorkshopGuide/Images/final_classification.png}
\end{frame}
\vspace*{-6.5mm}
\begin{frame}[plain]
\hspace*{-11mm}
\includegraphics[keepaspectratio,height=1.1\paperheight]{images/imag4tci.jpg}
\end{frame}
\vspace*{-6.5mm}
\begin{frame}[plain]
\hspace*{-11mm}
\includegraphics[keepaspectratio,height=1.1\paperheight]{images/image4_glob_each_lim20_8b_sub.jpg}
\end{frame}
\section{Caractéristiques clés}
\begin{frame}
......@@ -752,6 +764,35 @@ OrthoRectification.ExecuteAndWriteOutput()
\end{block}
\end{frame}
\begin{frame}
\frametitle{6.4 (Janvier 2018)}
\begin{itemize}
\item Améliorations du widget de sélection des fichiers multiples
\item Application et filtre pour l'amélioration du contraste local (CLAHE)
\item Amélioration du modèle générique de capteur SAR
\item Support de python 3
\item Après cette release: déménagement vers gitlab!
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Gitlab: plus facile, plus intégré}
\begin{columns}
\column{0.4\textwidth}
\begin{itemize}
\item Request for comments, bugs, feature requests $\Rightarrow$ issues gitlab
\item Toute modification passe par une Merge Request
\item Revue de code facilitée, lien entre issues et Merge Request
\item Démarche facilitée pour les contributeurs
\item Hébergement possible pour les Remote Modules
\end{itemize}
\column{0.6\textwidth}
\includegraphics[width=\textwidth]{images/gitlab_mr.png}
\end{columns}
\end{frame}
\section{Conclusion et perspectives}
\begin{frame}
\frametitle{Combien d'utilisateurs ?}
......@@ -783,10 +824,10 @@ OrthoRectification.ExecuteAndWriteOutput()
\begin{columns}
\column{0.65\textwidth}
\begin{itemize}
\item l'OTB a été utile à (certains) des utilisateurs ORFEO!
\item L'OTB a traité avec succès plus de 619 images Pléiades pour le site web RTU,
\item l'OTB a été utile aux utilisateurs ORFEO et a traité plus de 619 images Pléiades pour le site web RTU,
\item De nombreuses sessions de formation (3 à 5 jours) en France, Belgique, Madagascar, UNESCO, Hawaii, Finlande\ldots
\item L'OTB fournit beaucoup de fonctions utiles pour la télédétection dans un \textbf{unique outil}
\item L'OTB est (a été) l'unique logiciel open-source compatible avec les images Pléiades (grâce à OpenJPEG)
\item L'OTB a permis un progrès important du codec JPEG2000 libre OpenJpeg
\item L'OTB égale ou dépasse les outils de l'état de l'art (libre et commercial) pour certaines fonctions:
\begin{itemize}
\item La calculatrice de bandes,
......@@ -794,7 +835,7 @@ OrthoRectification.ExecuteAndWriteOutput()
\item La classification à l'échelle d'une scène complète avec un grand choix d'algorithmes,
\item Les ponts entre la télédétection et le systèmes d'information géographique\ldots
\end{itemize}
\item Au delà d'ORFEO, l'OTB est déjà utilisée dans plusieurs projets et logiciels
\item L'OTB est un logiciel officiel OSGeo
\end{itemize}
\column{0.35\textwidth}
\includegraphics[width=0.9\textwidth]{images/resultats_ird.png}\\
......@@ -808,17 +849,17 @@ OrthoRectification.ExecuteAndWriteOutput()
\begin{columns}
\column{0.55\textwidth}
\begin{itemize}
\item Les applications OTB applications sont disponibles dans le module de traitement de QGIS
\item Support dans Zoo-Project (service WPS)
\item L'OTB est utilisée dans certains composant des segments sols S2 et
\item Les applications OTB applications sont disponibles dans QGIS et dans Zoo-Project (service WPS)
\item Certains composant des segments sols S2 et
Venus (CNES et ESA)
\item Logiciel éducatif Terr'Image
\item Utiliser pour générer des produits à l'échelle nationale en France
dans THEIA
\item Projet EA S2 Agriculture
\item Le logiciel Gnorasi (National Technical University of Athens)
\item Produits l'échelle nationale en France
dans THEIA (Occupation du sol, masques de neige, et même produits 2A via MAJA!)
\item Projet ESA S2 for Agriculture
\item Logiciel Gnorasi (National Technical University of Athens)
\item Projet GEOSUD (IRSTEA)
\item Le programme de recherche TCM (ETS Quebec)
\item Programme de recherche TCM (ETS Quebec)
\item Chaînes de traitement au CEREMA et au SERTIT
\end{itemize}
\column{0.6\textwidth}
\begin{center}
......@@ -855,9 +896,7 @@ OrthoRectification.ExecuteAndWriteOutput()
\begin{block}{Follow-up}
\vspace{-0.2cm}
\begin{description}
\item[Où se trouve le code?] \href{http://git.orfeo-toolbox.org}{git.orfeo-toolbox.org}
\item[Vous avez trouvé un bug?] \href{http://bugs.orfeo-toolbox.org}{bugs.orfeo-toolbox.org}
\item[Agile?] \href{http://scrum.orfeo-toolbox.org}{scrum.orfeo-toolbox.org}
\item[Code, bugs, contributions, feature requests \ldots] \href{https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb}{gitlab.orfeo-toolbox.org}
\item[Météo?] \href{http://dash.orfeo-toolbox.org}{dash.orfeo-toolbox.org}
\end{description}
\end{block}
......