Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed May 30, 2023
1 parent dbeb36b commit d094263
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions README.md
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/).

0 comments on commit d094263

Please sign in to comment.