Skip to content
Snippets Groups Projects
user avatar
Lukas Eller authored
dffe79e8
History

Measurement Processor

MeasurementProcessor

Collection of different measurement processors --- especially with regards to geospatial data

Installation

Either clone the repo directly or use pip install.

pip install git+<ssh-link>

Make sure to replace <ssh-link> with the correct URL.

Requirements

To install all necessary requirements use:

pip install -r requirements.txt

conda install -r requirements.txt

Testing

To run all available unit-tests:

python -m pytest tests

to also output stdout use:

python -m pytest -s tests

Alternatively you can directly call individual test modules. For instance:

python -m pytest -s tests/overpy_series_test.py