4. Download and Installation¶
Download source code for nobotouls
here
.
Warning
Python 2.7 is not supported anymore with updates by Python.org (see https://www.python.org/doc/sunset-python-2/ )
Necessary python environment
Python 2.7: https://www.python.org/download/releases/2.7/
Python Setup-Tools: https://pypi.python.org/pypi/setuptools
Numpy: http://www.numpy.org/
Matplotlib: http://matplotlib.org/
Scipy: http://www.scipy.org/
Matplotlib-Basemap: http://matplotlib.org/basemap
For Digital Elevation Data manipulation:
For movie production the external program mencoder (the base program for the graphical frontend mplayer):
For Linux users all this can simply be downloaded by the package manager for the Linux-distribution, e.g. for Ubuntu 14.04:
sudo apt-get install python2.7 python-setuptools matplotlob python-mpltoolkits.basemap python-gdal mencoder
Note
Windows users are strongly recommended to change to Linux!
4.1. Linux¶
- Download source code
nobotouls for Linux here.
- Download
test data here.
- Unzip testdata and program package in any directory
gunzip nobotouls.zip
Enter directory
nobotouls-<version>
, install with root previlegies and with working internet connection (most dependencies should be automatically resolved via setup-tools and pip).cd nobotouls-<version> sudo python2 setup.py install
If you want to edit the source could, than install like this:
sudo python2 setup.py develop
Any change in the source code is then available throughout the platform.
Run somewhere from the shell
<programm.py> <arguments>
4.2. Windows¶
Only a simple extraction in a directory works, because standard installation like in Linux does not work yet.
Install the python 2.7 development environment Anaconda, download from here. (Be aware that Python 2.7 and Anaconda2 is not supported anymore)
Download source code
nobotouls for Windows here.
Download
test data here.
Unizip evrything in any folder
Note
Copy the directory
config
to your home directory and name it.nobotouls/
Run a command with a command line tool from within tha source directory
src
:python.exe <programm.py> <arguments>
Carefully watch the error messages and try to resolve the dependencies :-(
Linux and Windows
Templates of the sqlite-database
and the
input-parameter file
are in the subfolder ./config
or
in the configuration directory ~/.nobotouls
.