Geoclide documentation#


image image image image

A python package for geometric calculations in the three-dimentional Euclidian space

Mustapha Moulana HYGEOS


Installation#

The installation can be performed using one of the following commands:

$ conda install -c conda-forge geoclide
$ pip install geoclide
$ pip install git+https://github.com/hygeos/geoclide.git

Testing#

Run the command pytest geoclide/tests/ -s -v to check that everything is running correctly.