Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.39 KB

README.rst

File metadata and controls

60 lines (36 loc) · 1.39 KB

MapEntity

MapEntity is a CRUD interface for geospatial entities built with Django, that powers Geotrek.

https://pypip.in/v/mapentity/badge.png https://pypip.in/d/mapentity/badge.png https://travis-ci.org/makinacorpus/django-mapentity.png?branch=develop https://coveralls.io/repos/makinacorpus/django-mapentity/badge.png?branch=develop

See the full documentation.

INSTALL

( under development )

pip install -e git+https://github.com/makinacorpus/django-mapentity.git@develop#egg=django-mapentity

Install GDAL with its development files. For example, on Ubuntu/Debian:

$ sudo apt-get install libgdal-dev

Then install the Python packages:

$ pip install -r requirements.txt
$ python setup.py install

Yes we need to do both because requirements.txt lists dependencies that are not yet on PyPI.

AUTHORS

makinacom

LICENSE

  • BSD New