The main use case of otlmow-davie is to integrate with DAVIE, the portal for data exchange
This project aims to implement the Flemish data standard OTL (https://wegenenverkeer.data.vlaanderen.be/) in Python. It is split into different packages to reduce compatibility issues
- otlmow_model
- otlmow_modelbuilder
- otlmow_converter
- otlmow_template
- otlmow_postenmapping
- otlmow_davie (you are currently looking at this package)
- otlmow_visuals
- otlmow_gui
Currently, you need at least Python version 3.7 to use this library.
To install the OTL MOW project into your Python project, use pip to install it:
pip install otlmow_davie
To upgrade an existing installation use:
pip install otlmow_davie --upgrade
TODO