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.


Keywords
ogc, ows, ows-client, wfs, wms
License
MIT
Install
pip install django-ows-lib==0.14.5

Documentation

Documentation Status

PyPi version

Coverage

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

Quick-Start

Install it as any other django app to your project:

Warning

As pre requirement you will need to install the gdal and geos binaries on your system first.

See the documentation for details.