No project description provided
Project description
OTLMOW-PostenMapping
Summary
The main use case of otlmow-postenmapping is to translate the postenmapping artefact into Python dictionary for easy access and then using the dictionary to resolve a specific mapping into the corresponding assets
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
- otlmow_template
- otlmow_postenmapping (you are currently looking at this package)
- otlmow_davie
- otlmow_visuals
- otlmow_gui
Installation and requirements
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_postenmapping
To upgrade an existing installation use:
pip install otlmow_postenmapping --upgrade
Usage
To create the Python dictionary holding all the mappings, initialize a PostAssetFactory, using the file path of the postenmapping and the directory where the dictionary needs to go.
from pathlib import Path
from otlmow_postenmapping.PostAssetFactory import PostAssetFactory
if __name__ == '__main__':
this_file = Path(__file__)
f = PostAssetFactory(this_file.parent / 'Postenmapping beschermbuis.db', directory=this_file.parent)
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_postenmapping-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e919d5e1d7a7429f99295b3881b97cf0a13ca6201385c5dc5630e1e2b3bc2bdb |
|
MD5 | 293267c5c76dd5baa1906d09497f6465 |
|
BLAKE2b-256 | 2d362146f424bc3d1207dcf44ec0774b8d369f8831b44ecc0cfa8dd0a987931d |