Skip to content

Correction of maps(location data) using check-in data(VGI) data, NU 302 R&D Project

Notifications You must be signed in to change notification settings

electron0zero/GeoCorrect

Repository files navigation

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