Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.12 KB

readme.md

File metadata and controls

37 lines (26 loc) · 1.12 KB

GeoCorrect

Correction of maps(location data) using on VGI data

DOI

https://zenodo.org/record/3384219

Demo is live at https://geocorrect.herokuapp.com/ have a look

Instructions

  • clone this repo.
  • Install editorconfig plugin
  • Must Follow PEP-8 style guide, autopep8 can be handy
  • Commit messages should be meaningful
  • Work on feature branch, don't push on master. make a PR from feature branch to master

Components

folder structure

  • algo : folder for algorithm
  • clean: folder for our dataset(clean data + dirty data + data cleaning scripts)
  • docs : documentation
  • web: flask based web application to visualize data

Screenshots