Skip to content

camillemonchicourt/django-mapentity

 
 

Repository files navigation

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

About

Generic CRUD for geographic data

Resources

License

Stars

Watchers

Forks

Packages

No packages published