Installing GPSTk in Anaconda Python
GPSTk Python examples require installing GPSTk for Python. GPSTk is a complicated program that is more difficult to install than typical Python programs.
Install
Unstall minimal prereqs
apt install g++ make cmake swig
Download gpstk source
git clone --depth 1 https://github.com/SGL-UT/GPSTk
cd GPSTk
Build & install
./build.sh -ue
Test
Get the example code
git clone https://github.com/scivision/gpstk-examples-python