Welcome to django-axis-order documentation!

Documentation Status PyPi version

django-axis-order

In geo applications coordinate tuples can be ordered either (x,y) or (y,x) or (x,y) but meant as (y,x). Based on this problem and on some geo spatial standards which requires to retreive the correct axis order from the epsg registry, we developed this simple django app to cache the spatial reference objects.

Quick-Start

Install it as any other django app to your project:

$ pip install django-axis-order

Warning

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

See the documentation for details.

Contents