Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.34 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.34 KB

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