Skip to content

A python tool for analyse the elements mapped into a mapathon

License

Notifications You must be signed in to change notification settings

LorenzoStucchi/mapathon_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).