Skip to content

electron0zero/GeoCorrect

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
web
 
 
 
 
 
 
 
 

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