# Measurement Processor **Meas**urement**Process**or Collection of different measurement processors --- especially with regards to geospatial data # Installation Either clone the repo directly or use pip install. `pip install git+` Make sure to replace `` 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`