LorenzoStucchi / mapathon_tool

A python tool for analyse the elements mapped into a mapathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapathon Results

The project is Jupyter notebook that provides different tools that can be used during a mapathon.

Getting Started

Prerequisites

For running the following packages are needed and is tested with that version:

  • Folium
  • Jupyter Notebook
  • Pandas
  • Overpass

Installing

The requirements could be installed using:

pip instal -r requirements.txt

Use

Brief description of the different option

building_rank

The first tool can be used during a mapathon to evaluate who mapped the high number of building, check also if some user didn't insert the tag. The parameters to be set are:

  • the bounding box
  • the time of the event (must be converted in UTC format)

building_user

(OLD VERSION) This tool can be used to evaluate how a group of user mapped building during a certain time span. The parameters to be set are:

  • the bounding box
  • the days to analyze
  • the list of the username, to be inserted in the file user_list.csv add a username for each line

Future work

  • Analysis of other elements mapped (ex. roads).

About

A python tool for analyse the elements mapped into a mapathon

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%