STARS
Space-Time Analysis of Regional Systems: a package for exploratory space-time data analysis.
.. image:: web/linkWin.png :width: 800 :height: 400
The current version of STARS is based on a refactoring to move from Numeric to Numpy. This version should work on the following platforms
git clone https://github.com/sjsrey/stars.git
Anaconda Python Distribution <https://www.continuum.io/downloads>
_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:
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 <http://www.activestate.com/activepython>
_ is a work-around.
The Tk bug has been fixed in Yosemite.
STARS has been tested on the following versions:
For more details on the plans for development, see
STARS History and Road Map <https://github.com/sjsrey/stars/blob/master/docs/history.rst>
_.
.. _master: https://github.com/sjsrey/stars/archive/master.zip .. _home: http://regionalanalysislab.org .. _downloads: http://regionalanalysislab.org/?n=Download .. _PySAL: http://pysal.org