Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.18 KB

README.rst

File metadata and controls

27 lines (18 loc) · 1.18 KB
Documentation Status PyPi version

django-epsg-cache

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-epsg-cache

Warning

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

See the documentation for details.