Welcome to django-ows-lib 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:

$ 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.

Contents