Skip to content

small django app to cache reference systems from the epsg registry and provide the correct axis order

License

Notifications You must be signed in to change notification settings

mrmap-community/django-epsg-cache

Repository files navigation

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.