No project description provided
Project description
OTLMOW-Converter
OTLMOW Project
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 (you are currently looking at this package)
- otlmow_template
- otlmow-postenmapping
Installation and requirements
OTLMOW-Converter has two dependencies besides the standard Python libraries: pandas and openpyxl. It will be automatically installed when installing this library. Currently, you need at least Python version 3.8 to use this library.
To install the OTL MOW project into your Python project, use pip to install it:
pip install otlmow_converter
To upgrade an existing installation use:
pip install otlmow_converter --upgrade
Usage
The core functionality of this library is creating objects of otlmow_model by, either using helper functions or reading a DAVIE file. Then the user can manipulate the objects and finally export them to a valid DAVIE file that can be imported in the application.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for otlmow_converter-0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b7d2ba1f4931cb51501fb2d69fe02bc867e6589c65596d4ebd8115a66416fa6 |
|
MD5 | bc8a1e19e7e5a3cb71c7e833d82d74e4 |
|
BLAKE2b-256 | 0ee04d0ebc3e21894c63e67c37483970e4a935ee82a15556c4cf7919918fd4eb |