Geoscience Reference
In-Depth Information
B.4
Installation of Orfeo Toolbox
The Orfeo Toolbox and Monteverdi2 are both installed on OSGeo-Live. If you need
to install it on another system, e.g. on Ubuntu it is necessary to add the Ubuntu-gis
repositories to your package manager and install it as follows:
sudo aptitude install add-apt-repository
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
Then you should run the following command:
sudo aptitude install otb-bin otb-bin-qt python-otb monteverdi2
B.5
Installation of Spatialite
To install Spatialite, it suffices to download the Spatialite binary, unzip it and run
it. The following steps briefly explain the steps required to get up and running. The
OSGeo VM has this program installed by default.
wget
https://www.gaia-gis.it/spatialite-2.0/
spatialite-2.0-linux-i686-bin.tar.gz
tar xzvf spatialite-2.0-linux-i686-bin.tar.gz
In addition, it is necessary to download some pre-initialization scripts for the
database as follows:
wget
https://www.gaia-gis.it/spatialite-2.0/
init_spatialite.sql.gz
It is now possible to load Spatialite.
spatialite-2.0-linux-i686-bin/spatialite
You then obtain a new prompt, indicating you entered a new environment where
you can run the initialization script as follows:
spatialite> .read '~/init_spatialite-2.3.sql' ASCII
 
 
Search WWH ::




Custom Search