1 - Points
Map of table tennis locations from OSM
Data | Source |
---|---|
Table tennis locations | OSM data via https://overpass-turbo.eu/ |
Streets of Frankfurt | https://raw.githubusercontent.com/frankfurt-gestalten/data/master/frankfurter_strassen.geojson |
City districts of Frankfurt | https://opendata-esri-de.opendata.arcgis.com/datasets/esri-de-content::stadtteile-frankfurt-am-main |
Overpass query:
{{geocodeArea:Frankfurt}}->.searchArea;
(
node["leisure"="pitch"]["sport"="table_tennis"](area.searchArea);
way["leisure"="pitch"]["sport"="table_tennis"](area.searchArea);
);
out body;
>;
out skel qt;
2 - Lines
Exported OSM line geometries for bbox of central Frankfurt
Data | Source |
---|---|
Line geometries | OSM data via https://overpass-turbo.eu/ |
Overpass query:
[out:json];
(
way({{bbox}});
);
out body;
>;
out skel qt;
3 - Polygons
Country polygons simplified in QGIS
Data | Source |
---|---|
Country Polygons as GeoJSON | https://datahub.io/core/geo-countries/r/countries.geojson |
4 - Hexagons
Beehives that are mapped in OSM for Germany represented as H3 Hexbins
Data | Source |
---|---|
Beehive Locations | OSM data via https://overpass-turbo.eu/ |
[out:json];
{{geocodeArea:Germany}}->.searchArea;
(
node["man_made"="beehive"](area.searchArea);
);
out body;
>;
out skel qt;
5 - OpenStreetMap
Same distance areas (Voronoi) of public toilets
Data | Source |
---|---|
Public Toilets | OSM data via https://export.hotosm.org/de/v3/ |