Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.57 KB

README.rst

File metadata and controls

45 lines (29 loc) · 1.57 KB
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.