OSMvis is a collection of visualizations related to OpenStreetMap (OSM), in particular the OSM database, the OSM wiki, and the use of OSM data in general. OSMvis aims at exploring the generation, modification, and use of OSM by the methods of information visualization.
A running version of OSMvis can be found on:
The following publication is related to OSMvis:
- F.-B. Mocnik, A. Zipf, M. Raifer: The OpenStreetMap Folksonomy and Its Evolution. Geo-spatial Information Science 20(3), 2017, 219–230. doi: 10.1080/10095020.2017.1368193
The data that is visualized can either be mined as described in the following section, or by downloading it from the following repository:
http://github.com/GIScience/osm-vis-data
Please prefer using this data to avoid accessing the original data sources to frequently.
The repository contains all source code to generate a directory containing only static files to be uploaded to a web server. Please run the following steps to generate this directory:
- Install the Haskell Platform
- Install Node.js
- Install the dependencies using Node.js:
npm install
- Download and build all datasets needed for the visualizations. Follow the instructions giving in each subdirectory of contained in
data-mining/
- Generate the directory
www-dist
:
npm run dist
The directory www-dist
inside your repository should now contain all html, css, and js files, as well as the data, used for the visualizations. Upload them to any server you like. Enjoy exploring OSM visualizations!
see documentation of automated data mining
The author would like to thank the following persons for providing useful comments: Michael Auer, Chiao-Ling Kuo, Lukas Loos, Martin Raifer, Alexander Zipf.
This application is written and maintained by Franz-Benjamin Mocnik, mail@mocnik-science.net. Conbributions were made by Martin Raifer.
(c) by Franz-Benjamin Mocnik, 2016–2018.
The code is licensed under the GPL-3.