This folder contains raw market data as published by cities and scripts to convert it into GeoJSON format.
-
Download the latest raw market data and put in into the raw folder as markets-berlin.json.
-
Convert the raw market data by running the following command from the project root folder:
$ preprocessing/berlin/compile-berlin-geojson.js
This will overwrite an existing file in cities/berlin.json.
-
Manually add the
metadata
block to this file afterwards!"metadata": { "data_source": { "title": "Daten von der Stadt Berlin, CC BY 3.0 DE, aktualisiert am 02.02.2016", "url": "http://daten.berlin.de/datensaetze/wochen-und-tr%C3%B6delm%C3%A4rkte" } },