Space-Time Analysis of Regional Systems: a package for exploratory space-time data analysis.
The current version of STARS is based on a refactoring to move from Numeric to Numpy. This version should work on the following platforms
- Linux
- Windows
- Mac
git clone https://github.com/sjsrey/stars.git
- Install Anaconda Python Distribution
conda create -n stars python=2
conda activate stars
pip install numpy==1.8 matplotlib scipy
cd stars/stars; python -i starsgui.py
Build and run the box:
sudo apt-get install virtualbox
sudo apt-get install vagrant
vagrant up
vagrant ssh
cd stars
python -i starsgui.py -i
The initial build will take some time, however future boots of the VM will be fast:
vagrant up
vagrant ssh
cd stars
python -i starsgui.py -i
If the following error is encountered:
URL: ["https://vagrantcloud.com/ubuntu/trusty32"] Error: error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-bundle.crt CApath: none
The solution on 15.04 is:
cd /etc/ssl/certs sudo cp ca-certificates.crt ca-bundle.crt
Currently only source installs are available:
- Download source archive from master
cd stars-master/stars
python -i starsgui.py
There is a bug with Tk under Mavericks resulting in slow updates of the views. Installing Active Python is a work-around.
The Tk bug has been fixed in Yosemite.
STARS has been tested on the following versions:
- Windows XP
- Windows 7
- Windows 8
- Windows 8.1
For more details on the plans for development, see STARS History and Road Map.