-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
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|dependencies|code quality| | ||
|![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 is capable of parsing a received | ||
geoLink response (XML) and converting it to multiple formats, such as HTML, which can be styled for | ||
presentation. | ||
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/ | ||
|
||
|
||
.. |build status| image:: https://travis-ci.org/openoereb/geolink2oereb.svg?branch=master | ||
:target: https://travis-ci.org/openoereb/geolink2oereb | ||
.. |coverage report| image:: https://codecov.io/gh/openoereb/geolink2oereb/branch/master/graph/badge.svg | ||
:target: https://codecov.io/gh/openoereb/geolink2oereb | ||
.. |dependencies| image:: https://img.shields.io/librariesio/github/openoereb/geolink2oereb.svg | ||
:target: https://libraries.io/github/openoereb/geolink2oereb | ||
.. |code quality| image:: https://api.codacy.com/project/badge/Grade/d2bb03f17bf3438cb295c0b5ea131ac8 | ||
:target: https://www.codacy.com/app/openoereb/geolink2oereb?utm_source=github.com&utm_medium=referral&utm_content=openoereb/geolink2oereb&utm_campaign=Badge_Grade | ||
For detailed information, please refer to the online | ||
[documentation](https://openoereb.github.io/geolink2oereb/). |