MapEntity is a CRUD interface for geospatial entities built with Django, that powers Geotrek.
( 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.
- BSD New