Skip to content

emembrives/wheelmap_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheelmap_analysis

Description

Go program to analyze Wheelmap.org data, and associated Gnuplot script.

How to use

  • Download OpenStreetMap XML data in the same directory:

wget http://download.geofabrik.de/osm/europe/france.osm.bz2

  • Compile the GO first program

go build osm.go parser.go analysis.go

  • Run the program

./osm

  • Use Gnuplot to draw nice pictures

gnuplot < plot.plt

  • Compile the second go program

go build counters.go parser.go

  • Run it and see statistics on standard output

./counters less counters_all.txt counters_aggregates.txt

About

Go program to analyze Wheelmap.org data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages