Skip to content

pistas/django-mapentity

 
 

Repository files navigation

MapEntity

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

image

image

image

image

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