Installation

Stable release

Warning

daops requires libspatialindex-dev and libudunits2-dev to be installed prior to installation by pip.

To install daops, run this command in your terminal:

$ pip install daops

This is the preferred method to install daops, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for daops can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/roocs/daops

Get the submodules with test data:

$ git submodule update --init

Create Conda environment named daops:

$ conda env create -f environment.yml
$ source activate daops

Install daops in development mode:

$ pip install -r requirements.txt
$ pip install -r requirements_dev.txt
$ python setup.py develop

Run tests:

$ pytest -v tests/