1) Update Ubuntu to latest version (Use Software Updater)
2) Open terminal:
sudo apt-get install python3-numpy
sudo apt-get install idle3
sudo apt-get install python3-matplotlib
sudo apt-get install python3-geopy
sudo apt-get install splat
3) Install updated version of splat (download from http://www.qsl.net/kd2bd/splat.html)
cd /usr/local/src
sudo mv ~/Downloads/splat-1.4.2.tar.bz2 .
sudo tar -jxvf splat-1.4.2.tar.bz2
cd splat-1.4.2
sudo apt-get install g++
sudo apt-get install libbz2-1.0
sudo apt-get install libbz2-dev
sudo apt-get install zlibc
sudo apt-get install zlib1g-dev
sudo ./configure
4) Enter study size – Recommend: 4 x 4 degrees for 3 sec data and 3 x 3 degrees for 1-sec (HD)
5) Recommend renaming splat files in /usr/local/bin to include size, recompile for other sizes:
Example:
sudo mv splat splat4
sudo mv splat-hd splat3hd
6) To generate
Google Earth maps, download simplekml-1.2.7.zip
https://pypi.python.org/pypi/simplekml/1.2.7#downloads
7) In a terminal:
cd ~/Downloads
unzip simplekml-1.2.7.zip
cd simplekml-1.2.7
python3 setup.py build
sudo python3 setup.py install
8) Install Google Earth: See https://help.ubuntu.com/community/GoogleEarth