Metadata-Version: 2.1
Name: geolink2oereb
Version: 0.1.7
Summary: Transforms a geolink to OeREBKRMtrsfr_V2_0 document entities
Home-page: https://github.com/openoereb/geolink2oereb
Author: Clemens Rudert
Author-email: rudert-geoinformatik@posteo.ch
License: BSD
Keywords: oereb lex geolink formatter html OeREBKRMtrsfr_V2_0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Provides-Extra: no-version
Provides-Extra: recommend
Provides-Extra: testing
License-File: LICENSE

OEREBlex geoLink Formatter
==========================

|![license](https://img.shields.io/pypi/l/geolink2oereb.svg)|![python version](https://img.shields.io/pypi/pyversions/geolink2oereb.svg)|![format](https://img.shields.io/pypi/format/geolink2oereb.svg)|![status](https://img.shields.io/pypi/status/geolink2oereb.svg)|![build status](https://github.com/openoereb/geolink2oereb/actions/workflows/ci.yml/badge.svg)|![coverage report](https://codecov.io/gh/openoereb/geolink2oereb/branch/master/graph/badge.svg)|![dependencies](https://img.shields.io/librariesio/github/openoereb/geolink2oereb.svg)|![code quality](https://app.codacy.com/project/badge/Grade/2ac4dbc1dd3e4c7f8d9f97c195a07c24)|

This is a small library, meant to be used in combination with OEREBlex. It uses 
[geolink_formatter](https://pypi.org/search/?q=geolink_formatter) and
[pyramid_oereb](https://pypi.org/project/pyramid-oereb/) as proven libs to handle
configuration and connection to ÖREBlex. On top, it provides a decent way to transform received ÖREBlex
documents into the OeREBKRMtrsfr structure objects for further handling.

For detailed information, please refer to the online
[documentation](https://openoereb.github.io/geolink2oereb/).


# Changelog

## 1.0.0

Supported GEO-Link API version: 20170214 (v1.0.0)

- Initial version


