Changes
Page history
Create vm_memo
authored
Jul 30, 2019
by
David Youssefi
Show whitespace changes
Inline
Side-by-side
vm_memo.md
0 → 100644
View page @
a3b7380f
VM Memo
-------
1.
Install VirtualBox https://www.virtualbox.org/
2.
Download the Ubuntu Budgies iso https://ubuntubudgie.org/downloads
3.
Download the OTB standalone package https://www.orfeo-toolbox.org/download/
4.
Download the Miniconda installer https://docs.conda.io/en/latest/miniconda.html
4.
Create Virtual Machine (2048Mo, VMDK, 15Gio) and install VirtualBox Guest Additions
5.
Install librairies and softwares
-
Miniconda : ./Miniconda3-latest-Linux-x86_64.sh
-
Create otb env : conda create -n otb python=3.5 numpy rasterio jupyter matplotlib gdal
-
Install ipyleaflet and shapely : pip install --user ipyleaflet shapely
-
OTB : ./OTB-6.6.1-Linux64.run --target /home/otb/OTB
-
Jupyter
6.
Add dataset
**Note:**
Python3 workaround (https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/issues/1540)
\ No newline at end of file