Installation#

SpatialTis requires Python >= 3.8.

PYPI#

Install the basic of spatialtis

pip install spatialtis

For the full features

pip install 'spatialtis[all]'

Docker#

The quickest way to run is to use a docker image.

docker pull mr-milk/spatialtis

To run a jupyter notebook from the docker image and mount your data folder to it:

cd your/data/
docker run -it --rm -p 8888:8888 -v "${PWD}:/analysis" spatialtis