Map Gallery Submission for FOSS4G Europe 2025 Mostar. The city website URL-s are from Wikipedia List of cities in Bosnia and Herzegovina.
- Make sure you have node installed
node -v
- Install all the packages
npm i
- Get the city names and urls scores (uses Wikipedia API and ReGex)
node 01-get-cities-with-url.js
📌 Note: some website were missing (Livno and Prnjavor). Additionally, Laktaši directed to some Korean casino site. So I added them manually.
- Get the website accessibility scores (uses lighthouse)
node 02-get-accessibility-score.js
- Get the city coordinates (uses Wikidata) in GeoJSON
node 03-get-coordinates.js
Then the visualization was done in QGIS and the final output can be seen in output/foss4g-2025-kasekamp.png. Intermediate outputs are in data directory.
💼 Andres Kasekamp
📧 andres.kasekamp@maaruum.ee