You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a map visualization is harder than you would think :')
I used a (somwhat) low-res Geopackage of the Dutch municipalities from here: https://data.overheid.nl/dataset/29b308ad-8e50-43ae-b5a5-4df68f109310 (CC-0 license)
I transformed it to geojson, using the appropriate projection, using ogr2ogr: ogr2ogr -f GeoJSON gemeentes_NL.json <geopackage-file> -t_srs epsg:4326
Now vegalite can be used to plot the map
Possible improvements:
Do not load data from github raw URL but locally
Use a nicer map (this one has municipality borders, which also have water included)
Add all of the concert venues (rather than the top 10)
Deal with missing locations
gb-beng
transferred this issue from beeldengeluid/labs.beeldengeluid.nl
Jan 16, 2024
The text was updated successfully, but these errors were encountered: