Skip to content

dimkoug/uploadshapefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uploadshape

Geodjango project to upload shape files.

Quick start

  1. Clone repo like this::

    git clone https://github.com/dimkoug/uploadshape.git

  2. Create a virtualenv::

    python3 -m venv virtualenv

  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Install redis server on your operating system

  6. Create settings_local.py with settings from settings_local_sample.py

  7. Run python manage.py migrate

  8. Start the development server and visit http://127.0.0.1:8000/

  9. In new tab re activate the virtual enviroment to start celery worker:: celery -A uploadshape worker --loglevel=info

  10. Don't forget to write your google api key in settings_local.py file

  11. Srid of the shapefile must be 4326

This project use postgresql database

About

Upload shapefile with django and celery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages