The main use case of otlmow-template is to provide templates for the users, depending on a given subset.
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 (you are currently looking at this package)
- otlmow_postenmapping
- otlmow_davie
- otlmow_visuals
- otlmow_gui
I recommend working with uv. Install this first:
pip install uv
Then install this package by using the uv pip install command:
uv pip install otlmow-template
If you are a developer, use this command to install the dependencies, including those needed to run the test suite.
uv pip install -r pyproject.toml --extra test
#TODO