https://github.com/mrmap-community/django-ows-lib
Well layered ows lib with a client implementation to communicate with ogc services with django based objects, including xml mapper classes to serialize and deserialize ows xml files, such as capabilities.
https://github.com/mrmap-community/django-ows-lib
ogc ows ows-client wfs wms
Last synced: 6 months ago
JSON representation
Well layered ows lib with a client implementation to communicate with ogc services with django based objects, including xml mapper classes to serialize and deserialize ows xml files, such as capabilities.
- Host: GitHub
- URL: https://github.com/mrmap-community/django-ows-lib
- Owner: mrmap-community
- License: mit
- Created: 2023-05-05T10:03:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T06:36:38.000Z (10 months ago)
- Last Synced: 2025-10-29T10:41:51.752Z (8 months ago)
- Topics: ogc, ows, ows-client, wfs, wms
- Language: Python
- Homepage: http://django-ows-lib.rtfd.io/
- Size: 493 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://readthedocs.org/projects/django-ows-lib/badge/?version=latest
:target: https://django-ows-lib.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/django-ows-lib.svg
:target: https://pypi.org/project/django-ows-lib/
:alt: PyPi version
.. image:: https://sonarcloud.io/api/project_badges/measure?project=mrmap-community_django-ows-lib&metric=coverage
:target: https://sonarcloud.io/project/overview?id=mrmap-community_django-ows-lib
:alt: Coverage
.. image:: https://sonarcloud.io/api/project_badges/measure?project=mrmap-community_django-ows-lib&metric=alert_status
:target: https://sonarcloud.io/project/overview?id=mrmap-community_django-ows-lib
:alt: Quality Gate
django-ows-lib
==============
Well layered ows lib with a client implementation to communicate with ogc services with django based objects,
including xml mapper classes to serialize and deserialize ows xml files, such as capabilities.
Features
--------
* `WMS `_ client
* `WFS `_ client
* `CSW `_ client
Quick-Start
-----------
Install it as any other django app to your project:
.. code-block:: bash
$ pip install django-ows-lib
.. warning::
As pre requirement you will need to install the `gdal and geos binaries `_ on your system first.
See the `documentation `_ for details.