pyramid_oereb, extension for pyramid web frame work to provide a basic server part for the oereb project
Project description
===============================
``pyramid_oereb`` (ÖREB-Server)
===============================
|Build Status| |Requirements Status|
``pyramid_oereb`` is an open-source implementation of the server side part for the swiss `"Cadastre of
Public-law Restrictions on landownership" (PLR-cadastre) <https://www.cadastre.ch/en/oereb.html>`__.
It is written in Python and designed as a plugin for the `Pyramid Web Framework
<http://docs.pylonsproject.org/projects/pyramid/en/latest/>`__. This allows ``pyramid_oereb`` to be
included in any Pyramid web application.
Please refer to the `documentation <https://openoereb.github.io/pyramid_oereb/doc/>`__ for detailed
information and instructions for installation and configuration.
If you are interested in contributing or extending the project, take a look at the
`contribution page <https://openoereb.github.io/pyramid_oereb/doc/contrib/>`__.
.. |Build Status| image:: https://travis-ci.org/openoereb/pyramid_oereb.svg?branch=master
:target: https://travis-ci.org/openoereb/pyramid_oereb
:alt: Build Status
.. |Requirements Status| image:: https://requires.io/github/openoereb/pyramid_oereb/requirements.svg?branch=master
:target: https://requires.io/github/openoereb/pyramid_oereb/requirements/?branch=master
:alt: Requirements Status
---------
Changelog
---------
1.4.1beta
*****
- Beta release with fixed oereblex models (GitHub pull request 807)
1.4.0
*****
- Additional multilingual functionality (GitHub issues 704, 705, 779)
1.3.1
*****
- Maintenance release (GitHub issues 447, 610, 590, 609, 757, 750, 681, 752, 753, 460, 736,
666, 596, 678, 461, 751)
1.3.0
*****
- Import script for federal data
1.2.3
*****
- Bug-fix release for 1.2.2 (fix intersection bug, fix pdfreport template)
1.2.2
*****
- Further bug-fixes for oereb service versoin 1.0, notably regarding schema conformity
and better support for other OS versions.
- New configuration parameter type_mapping in real_estate, which allows to configuratively
define the texts to be used for realestate types (optional parameter).
1.2.1
*****
- Bug-fixes for service version 1.0 (pyramid_oereb 1.2.0),
using results from pilot integration of new version at BL.
1.2.0
*****
- First implementation of federal extract requirements as per november 2017
(service in version 1.0, extract in version 1.0.1, data model in version 1.0.1).
- Update of automated tests to correspond to new requirements.
- Static extract implementation update according to Weisung july 1st, 2018.
- Oereb lex model creation support and documentation.
- Bug fixes (legend entries, multiple view services, scaling in print, document titles in print).
- Facilitate customization of document title generation.
1.1.0
*****
- Final implementation of federal extract requirements as per november 2016
(extract in version 0.8, data model in version 0.4).
1.0.1
*****
- introduce configurable pdf print service (print proxy)
- enable proxy configuration for external web api usage
- fix standard database
- improve python 3 compatibility
- minor bug fixing
1.0.0
*****
- improved doc
- fix bug for doc creation on python 3.6
1.0.0-beta.1
************
- first approach of OEREB server
- improved documentation on https://openoereb.github.io/pyramid_oereb/doc/
- cleaned and reorganized code
- binding to OEREB-LEX and GeoAdmin-Api-Address-Service
(http://api.geo.admin.ch/services/sdiservices.html#search) as sources
- providing pyconizer as icon generator (https://pypi-hypernode.com/pypi/pyconizer)
- proxy binding of geomapfish_print for pdf output as renderer
(http://mapfish.github.io/mapfish-print-doc/#/overview)
- providing extensive standard configuration for out-of-the-box-usage
- general bug fixing
- add python 3.x support
1.0.0-alpha.2
*************
- proceed with renderer for xml and json
- add metadata for embeddable flavour
- images accessible via URL
- add configurable methods for processing
- improve geometry handling
- add documentation on https://openoereb.github.io/pyramid_oereb/doc/
- several bugfixes
1.0.0-alpha.1
*************
- first running approach of server
- main web services are available (not all formats are implemented yet)
- standard configuration can be used to run server out of the box
- see README for more details
0.0.1
*****
- initial version
``pyramid_oereb`` (ÖREB-Server)
===============================
|Build Status| |Requirements Status|
``pyramid_oereb`` is an open-source implementation of the server side part for the swiss `"Cadastre of
Public-law Restrictions on landownership" (PLR-cadastre) <https://www.cadastre.ch/en/oereb.html>`__.
It is written in Python and designed as a plugin for the `Pyramid Web Framework
<http://docs.pylonsproject.org/projects/pyramid/en/latest/>`__. This allows ``pyramid_oereb`` to be
included in any Pyramid web application.
Please refer to the `documentation <https://openoereb.github.io/pyramid_oereb/doc/>`__ for detailed
information and instructions for installation and configuration.
If you are interested in contributing or extending the project, take a look at the
`contribution page <https://openoereb.github.io/pyramid_oereb/doc/contrib/>`__.
.. |Build Status| image:: https://travis-ci.org/openoereb/pyramid_oereb.svg?branch=master
:target: https://travis-ci.org/openoereb/pyramid_oereb
:alt: Build Status
.. |Requirements Status| image:: https://requires.io/github/openoereb/pyramid_oereb/requirements.svg?branch=master
:target: https://requires.io/github/openoereb/pyramid_oereb/requirements/?branch=master
:alt: Requirements Status
---------
Changelog
---------
1.4.1beta
*****
- Beta release with fixed oereblex models (GitHub pull request 807)
1.4.0
*****
- Additional multilingual functionality (GitHub issues 704, 705, 779)
1.3.1
*****
- Maintenance release (GitHub issues 447, 610, 590, 609, 757, 750, 681, 752, 753, 460, 736,
666, 596, 678, 461, 751)
1.3.0
*****
- Import script for federal data
1.2.3
*****
- Bug-fix release for 1.2.2 (fix intersection bug, fix pdfreport template)
1.2.2
*****
- Further bug-fixes for oereb service versoin 1.0, notably regarding schema conformity
and better support for other OS versions.
- New configuration parameter type_mapping in real_estate, which allows to configuratively
define the texts to be used for realestate types (optional parameter).
1.2.1
*****
- Bug-fixes for service version 1.0 (pyramid_oereb 1.2.0),
using results from pilot integration of new version at BL.
1.2.0
*****
- First implementation of federal extract requirements as per november 2017
(service in version 1.0, extract in version 1.0.1, data model in version 1.0.1).
- Update of automated tests to correspond to new requirements.
- Static extract implementation update according to Weisung july 1st, 2018.
- Oereb lex model creation support and documentation.
- Bug fixes (legend entries, multiple view services, scaling in print, document titles in print).
- Facilitate customization of document title generation.
1.1.0
*****
- Final implementation of federal extract requirements as per november 2016
(extract in version 0.8, data model in version 0.4).
1.0.1
*****
- introduce configurable pdf print service (print proxy)
- enable proxy configuration for external web api usage
- fix standard database
- improve python 3 compatibility
- minor bug fixing
1.0.0
*****
- improved doc
- fix bug for doc creation on python 3.6
1.0.0-beta.1
************
- first approach of OEREB server
- improved documentation on https://openoereb.github.io/pyramid_oereb/doc/
- cleaned and reorganized code
- binding to OEREB-LEX and GeoAdmin-Api-Address-Service
(http://api.geo.admin.ch/services/sdiservices.html#search) as sources
- providing pyconizer as icon generator (https://pypi-hypernode.com/pypi/pyconizer)
- proxy binding of geomapfish_print for pdf output as renderer
(http://mapfish.github.io/mapfish-print-doc/#/overview)
- providing extensive standard configuration for out-of-the-box-usage
- general bug fixing
- add python 3.x support
1.0.0-alpha.2
*************
- proceed with renderer for xml and json
- add metadata for embeddable flavour
- images accessible via URL
- add configurable methods for processing
- improve geometry handling
- add documentation on https://openoereb.github.io/pyramid_oereb/doc/
- several bugfixes
1.0.0-alpha.1
*************
- first running approach of server
- main web services are available (not all formats are implemented yet)
- standard configuration can be used to run server out of the box
- see README for more details
0.0.1
*****
- initial version
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
pyramid_oereb-1.4.1b0.tar.gz
(320.4 kB
view details)
Built Distribution
File details
Details for the file pyramid_oereb-1.4.1b0.tar.gz
.
File metadata
- Download URL: pyramid_oereb-1.4.1b0.tar.gz
- Upload date:
- Size: 320.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3741cd4802c4a57bd414a5217b3d14e25586c3d1da67d2ce479ffbde36b0b3ee |
|
MD5 | 175e8fcd8f18de2bfa3d7137b004c3e9 |
|
BLAKE2b-256 | e3652625e8c9cedc608897dc1b712e226067fe60a96691bcf5582b9d377ea78a |
Provenance
File details
Details for the file pyramid_oereb-1.4.1b0-py2.py3-none-any.whl
.
File metadata
- Download URL: pyramid_oereb-1.4.1b0-py2.py3-none-any.whl
- Upload date:
- Size: 527.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d29463116b1c46f97fa10db1ffda566b38f8202149c5c3f277d059a4de3c02 |
|
MD5 | 78cecc3189da21c55744fb81a706ad6e |
|
BLAKE2b-256 | 3355118bdbb59d89c09f08c81b3072eff73988c0d50aaa69589940874468942d |