Skip to content

Instantly share code, notes, and snippets.

@Scarjit
Created June 20, 2023 20:02
Show Gist options
  • Save Scarjit/af5d23e47d19a393174bc8adad24b4a7 to your computer and use it in GitHub Desktop.
Save Scarjit/af5d23e47d19a393174bc8adad24b4a7 to your computer and use it in GitHub Desktop.
import requests
import json
def find_nearby_pois(lat, lon):
overpass_url = "https://overpass-api.de/api/interpreter"
overpass_query = f"""
[out:json];
(
node["shop"="supermarket"](around:1000,{lat},{lon});
way["shop"="supermarket"](around:1000,{lat},{lon});
relation["shop"="supermarket"](around:1000,{lat},{lon});
node["railway"="station"](around:1000,{lat},{lon});
way["railway"="station"](around:1000,{lat},{lon});
relation["railway"="station"](around:1000,{lat},{lon});
node["railway"="tram_stop"](around:1000,{lat},{lon});
way["railway"="tram_stop"](around:1000,{lat},{lon});
relation["railway"="tram_stop"](around:1000,{lat},{lon});
node["amenity"="school"](around:1000,{lat},{lon});
way["amenity"="school"](around:1000,{lat},{lon});
relation["amenity"="school"](around:1000,{lat},{lon});
);
out center;
"""
response = requests.get(overpass_url, params={'data': overpass_query})
data = response.json()
return data
# example usage:
data = find_nearby_pois(52.5200, 13.4050)
print(json.dumps(data, indent=4))
{
"version": 0.6,
"generator": "Overpass API 0.7.60.6 e2dc3e5b",
"osm3s": {
"timestamp_osm_base": "2023-06-20T20:01:23Z",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
},
"elements": [
{
"type": "node",
"id": 30731481,
"lat": 52.5204243,
"lon": 13.4042441,
"tags": {
"name": "Spandauer Stra\u00dfe/Marienkirche",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308806",
"tram": "yes",
"website": "https://qr.bvg.de/h308806"
}
},
{
"type": "node",
"id": 30731497,
"lat": 52.5221645,
"lon": 13.4147332,
"tags": {
"name": "U Alexanderplatz",
"name:BVG": "U Alexanderplatz [Tram]",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308808",
"tram": "yes",
"website": "https://qr.bvg.de/h308808",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 30731508,
"lat": 52.5208822,
"lon": 13.4115103,
"tags": {
"name": "S+U Alexanderplatz/Gontardstra\u00dfe",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308807",
"tram": "yes",
"website": "https://qr.bvg.de/h308807"
}
},
{
"type": "node",
"id": 30732068,
"lat": 52.5236711,
"lon": 13.4116514,
"tags": {
"name": "S+U Alexanderplatz/Memhardstra\u00dfe",
"name:BVG": "S+U Alexanderplatz/Memhardstra\u00dfe [4-5]",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308818",
"tram": "yes",
"website": "https://qr.bvg.de/h308818",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 244486083,
"lat": 52.521606,
"lon": 13.4117675,
"tags": {
"name": "S+U Alexanderplatz/Dircksenstra\u00dfe",
"note": "sometimes (at least once a day) used by M2",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308816",
"tram": "yes",
"website": "https://qr.bvg.de/h308816"
}
},
{
"type": "node",
"id": 247603398,
"lat": 52.5194208,
"lon": 13.3953839,
"tags": {
"name": "Am Kupfergraben",
"note": "end of line, only to north east",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309547",
"tram": "yes",
"website": "https://qr.bvg.de/h309547"
}
},
{
"type": "node",
"id": 269479009,
"lat": 52.513684,
"lon": 13.4060088,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "12",
"addr:postcode": "10179",
"addr:street": "Fischerinsel",
"addr:suburb": "Mitte",
"brand": "EDEKA",
"brand:wikidata": "Q701755",
"contact:website": "http://www.edeka.de",
"name": "Edeka Ungefroren",
"opening_hours": "Mo-Sa 07:00-21:00",
"shop": "supermarket",
"toilets:wheelchair": "yes",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 437190622,
"lat": 52.5189624,
"lon": 13.409903,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "5",
"addr:postcode": "10178",
"addr:street": "Rathausstra\u00dfe",
"addr:suburb": "Mitte",
"brand": "Netto Marken-Discount",
"brand:wikidata": "Q879858",
"brand:wikipedia": "de:Netto Marken-Discount",
"name": "Netto Marken-Discount",
"opening_hours": "Mo-Sa 07:00-22:00",
"phone": "+49 30 20089463",
"ref:vatin": "DE133822409",
"shop": "supermarket",
"website": "http://www.netto-online.de",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 565649878,
"lat": 52.523162,
"lon": 13.4041367,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "145-147",
"addr:postcode": "10178",
"addr:street": "Dircksenstra\u00dfe",
"addr:suburb": "Mitte",
"brand": "Bio Company",
"brand:wikidata": "Q864179",
"brand:wikipedia": "de:Bio Company",
"check_date": "2023-03-18",
"contact:website": "http://biocompany.de",
"name": "Bio Company",
"opening_hours": "Mo-Sa 08:00-21:00",
"organic": "only",
"shop": "supermarket",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 866236232,
"lat": 52.5191809,
"lon": 13.4147953,
"tags": {
"addr:city": "Berlin",
"addr:city:fa": "\u0628\u0631\u0644\u06cc\u0646",
"addr:country": "DE",
"addr:housenumber": "102",
"addr:postcode": "10178",
"addr:street": "Dircksenstra\u00dfe",
"addr:suburb": "Mitte",
"check_date": "2023-03-10",
"check_date:opening_hours": "2022-12-13",
"cuisine": "asian",
"name": "Asia Markt",
"opening_hours": "Mo-Sa 09:00-20:00",
"operator": "Asia Markt Lee GmbH",
"payment:cash": "yes",
"payment:girocard": "yes",
"shop": "supermarket",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 963600646,
"lat": 52.5238986,
"lon": 13.3970747,
"tags": {
"bench": "yes",
"name": "Monbijouplatz",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308812",
"shelter": "yes",
"tram": "yes",
"website": "https://qr.bvg.de/h308812"
}
},
{
"type": "node",
"id": 975312179,
"lat": 52.5220546,
"lon": 13.4011035,
"tags": {
"addr:city": "Berlin",
"addr:housenumber": "1",
"addr:postcode": "10178",
"addr:street": "Henriette-Herz-Platz",
"check_date:opening_hours": "2022-04-15",
"cuisine": "asian",
"name": "Asia-Mekong",
"opening_hours": "Mo-Sa 10:00-20:00; Su,PH off",
"shop": "supermarket",
"website": "http://www.asia-mekong.de/",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 1615531689,
"lat": 52.5213728,
"lon": 13.4120602,
"tags": {
"name": "S+U Alexanderplatz/Dircksenstra\u00dfe",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308817",
"tram": "yes",
"website": "https://qr.bvg.de/h308817",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 1628877119,
"lat": 52.5222588,
"lon": 13.4106594,
"tags": {
"name": "S+U Alexanderplatz/Dircksenstra\u00dfe",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308837",
"tram": "yes",
"website": "https://qr.bvg.de/h308837",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 1633759760,
"lat": 52.5216622,
"lon": 13.4026808,
"tags": {
"local_ref": "8",
"name": "S Hackescher Markt",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308805",
"tram": "yes",
"website": "https://qr.bvg.de/h308805"
}
},
{
"type": "node",
"id": 1633759766,
"lat": 52.5226093,
"lon": 13.4034114,
"tags": {
"local_ref": "9",
"name": "S Hackescher Markt",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308804",
"tram": "yes",
"website": "https://qr.bvg.de/h308804"
}
},
{
"type": "node",
"id": 1661927028,
"lat": 52.5237105,
"lon": 13.3986636,
"tags": {
"name": "Monbijouplatz",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309432",
"tram": "yes",
"website": "https://qr.bvg.de/h309432"
}
},
{
"type": "node",
"id": 1662153916,
"lat": 52.5253215,
"lon": 13.4035047,
"tags": {
"name": "U Weinmeisterstra\u00dfe/Gipsstra\u00dfe",
"note": "only to north",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309545",
"tram": "yes",
"website": "https://qr.bvg.de/h309545"
}
},
{
"type": "node",
"id": 1668497956,
"lat": 52.5238354,
"lon": 13.402603,
"tags": {
"local_ref": "4",
"name": "S Hackescher Markt",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309813",
"tram": "yes",
"website": "https://qr.bvg.de/h309813"
}
},
{
"type": "node",
"id": 1673526976,
"lat": 52.5203096,
"lon": 13.39369,
"tags": {
"name": "Georgenstra\u00dfe/Am Kupfergraben",
"note": "only to west",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309588",
"tram": "yes",
"website": "https://qr.bvg.de/h309588",
"wikidata": "Q65095402"
}
},
{
"type": "node",
"id": 1789092673,
"lat": 52.5219449,
"lon": 13.4143847,
"tags": {
"name": "U Alexanderplatz",
"name:BVG": "U Alexanderplatz [Tram]",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308801",
"tram": "yes",
"website": "https://qr.bvg.de/h308801",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 1816817789,
"lat": 52.5227661,
"lon": 13.4123665,
"tags": {
"addr:city": "Berlin",
"addr:housenumber": "8",
"addr:postcode": "10178",
"addr:street": "Alexanderplatz",
"brand": "Go Asia",
"brand:wikidata": "Q102381911",
"name": "Go Asia",
"opening_hours": "Mo-Sa 09:00-21:00",
"origin": "asian",
"payment:cash": "yes",
"payment:girocard": "yes",
"payment:mastercard": "yes",
"payment:visa": "yes",
"phone": "+49 30 394 805 77",
"shop": "supermarket",
"start_date": "2023-04-26",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 1818862981,
"lat": 52.5215397,
"lon": 13.4093779,
"tags": {
"addr:city": "Berlin",
"addr:city:fa": "\u0628\u0631\u0644\u06cc\u0646",
"addr:country": "DE",
"addr:housename": "Asia Mekong",
"addr:housenumber": "1",
"addr:postcode": "10178",
"addr:street": "Panoramastra\u00dfe",
"addr:suburb": "Mitte",
"check_date": "2023-05-06",
"contact:website": "http://www.asia-mekong.de/",
"cuisine": "asian",
"name": "Asia-Mekong",
"opening_hours": "Mo-Sa 10:00-19:45",
"payment:credit_cards": "yes",
"payment:debit_cards": "yes",
"shop": "supermarket",
"source": "local knowledge",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 1840333892,
"lat": 52.5233439,
"lon": 13.4110773,
"tags": {
"name": "S+U Alexanderplatz/Memhardstra\u00dfe",
"name:BVG": "S+U Alexanderplatz/Memhardstra\u00dfe [4-5]",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308815",
"tram": "yes",
"website": "https://qr.bvg.de/h308815",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 1860777041,
"lat": 52.5212168,
"lon": 13.4110566,
"tags": {
"name": "S+U Alexanderplatz/Gontardstra\u00dfe",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308802",
"tram": "yes",
"website": "https://qr.bvg.de/h308802"
}
},
{
"type": "node",
"id": 2134525648,
"lat": 52.5252246,
"lon": 13.3930145,
"tags": {
"contact:website": "http://www.s-bahn-berlin.de/fahrplanundnetz/bahnhof/oranienburger-strasse/113",
"light_rail": "yes",
"name": "Oranienburger Stra\u00dfe",
"network": "Verkehrsverbund Berlin-Brandenburg",
"network:short": "VBB",
"official_name": "Berlin Oranienburger Stra\u00dfe",
"operator": "DB Netz AG",
"public_transport": "station",
"railway": "station",
"railway:ref": "BORS",
"railway:ref:parent": "BNB",
"railway:station_category": "4",
"station": "light_rail",
"uic_ref": "8089027",
"wheelchair": "yes",
"wikidata": "Q480249",
"wikipedia": "de:Bahnhof Berlin Oranienburger Stra\u00dfe"
}
},
{
"type": "node",
"id": 2175753204,
"lat": 52.5192077,
"lon": 13.393743,
"tags": {
"name": "Am Kupfergraben",
"note": "Endhalt 12",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309376",
"tram": "yes",
"website": "https://qr.bvg.de/h309376"
}
},
{
"type": "node",
"id": 2463153046,
"lat": 52.52233,
"lon": 13.4033909,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "4",
"addr:postcode": "10178",
"addr:street": "Litfa\u00df-Platz",
"addr:suburb": "Mitte",
"brand": "REWE City",
"brand:wikidata": "Q16968817",
"brand:wikipedia": "de:Rewe (Markt)",
"check_date": "2022-10-04",
"internet_access": "wlan",
"name": "REWE City",
"opening_hours": "Mo-Fr 07:00-24:00; Sa 07:00-23:00",
"payment:credit_cards": "yes",
"payment:debit_cards": "yes",
"shop": "supermarket",
"website": "https://www.rewe.de/marktseite/rewe-city-markt-berlin-litfa%C3%9F-platz-4/",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 3867910440,
"lat": 52.5254666,
"lon": 13.4050194,
"tags": {
"name": "Weinmeisterstra\u00dfe",
"postal_code": "10119",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "no",
"wikidata": "Q661876",
"wikipedia": "de:U-Bahnhof Weinmeisterstra\u00dfe"
}
},
{
"type": "node",
"id": 3876077784,
"lat": 52.5172347,
"lon": 13.4124323,
"tags": {
"name": "Klosterstra\u00dfe",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "yes",
"wikidata": "Q657893",
"wikipedia": "de:U-Bahnhof Klosterstra\u00dfe"
}
},
{
"type": "node",
"id": 3904674211,
"lat": 52.5112959,
"lon": 13.4041155,
"tags": {
"name": "Spittelmarkt",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "yes",
"wikidata": "Q569489",
"wikipedia": "de:U-Bahnhof Spittelmarkt"
}
},
{
"type": "node",
"id": 3908141014,
"lat": 52.5215661,
"lon": 13.4112804,
"tags": {
"contact:website": "http://www.s-bahn-berlin.de/fahrplanundnetz/bahnhof/alexanderplatz/26",
"internet_access": "wlan",
"light_rail": "yes",
"name": "Alexanderplatz",
"network": "Verkehrsverbund Berlin-Brandenburg",
"network:short": "VBB",
"official_name": "Berlin Alexanderplatz S-Bahn",
"operator": "DB Netz AG",
"public_transport": "station",
"railway": "station",
"railway:ref": "BALX",
"railway:station_category": "3",
"station": "light_rail",
"toilets:wheelchair": "yes",
"uic_ref": "8089001",
"wheelchair": "yes",
"wikidata": "Q698497",
"wikipedia": "de:Bahnhof Berlin Alexanderplatz"
}
},
{
"type": "node",
"id": 3922258748,
"lat": 52.5190849,
"lon": 13.3917527,
"tags": {
"name": "Universit\u00e4tsstra\u00dfe",
"note": "only to east",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "309375",
"tram": "yes",
"website": "https://qr.bvg.de/h309375",
"wikidata": "Q65095403"
}
},
{
"type": "node",
"id": 3947836158,
"lat": 52.5133502,
"lon": 13.395591,
"tags": {
"name": "Hausvogteiplatz",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "no",
"wikidata": "Q656523",
"wikipedia": "de:U-Bahnhof Hausvogteiplatz"
}
},
{
"type": "node",
"id": 3987051062,
"lat": 52.5183936,
"lon": 13.4170201,
"tags": {
"addr:city": "Berlin",
"brand": "EDEKA",
"brand:wikidata": "Q701755",
"brand:wikipedia": "de:Edeka",
"level": "-1",
"name": "EDEKA",
"opening_hours": "Mo-Sa 08:00-21:00",
"shop": "supermarket",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 4119293448,
"lat": 52.5226071,
"lon": 13.4010483,
"tags": {
"addr:housenumber": "8",
"addr:street": "Neue Promenade",
"check_date": "2023-01-27",
"level": "0",
"name": "Atix",
"payment:cards": "no",
"payment:credit_cards": "no",
"payment:debit_cards": "no",
"shop": "supermarket",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 4179406780,
"lat": 52.5252095,
"lon": 13.4154866,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "3",
"addr:postcode": "10178",
"addr:street": "Alex-Wedding-Stra\u00dfe",
"addr:suburb": "Mitte",
"brand": "Netto Marken-Discount",
"brand:wikidata": "Q879858",
"brand:wikipedia": "de:Netto Marken-Discount",
"check_date:opening_hours": "2023-04-03",
"name": "Netto Marken-Discount",
"opening_hours": "Mo-Sa 07:00-22:00",
"payment:cash": "yes",
"payment:debit_cards": "yes",
"self_checkout": "yes",
"shop": "supermarket",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 4244204867,
"lat": 52.5278089,
"lon": 13.4026632,
"tags": {
"addr:housenumber": "11",
"addr:postcode": "10119",
"addr:street": "Rosenthaler Stra\u00dfe",
"check_date:opening_hours": "2022-04-18",
"name": "nahcity",
"opening_hours": "Mo-Sa 08:00-21:00",
"shop": "supermarket",
"wheelchair": "limited"
}
},
{
"type": "node",
"id": 4546753612,
"lat": 52.5224189,
"lon": 13.4075889,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "13",
"addr:postcode": "10178",
"addr:street": "Karl-Liebknecht-Stra\u00dfe",
"addr:suburb": "Mitte",
"brand": "Kaufland",
"brand:wikidata": "Q685967",
"brand:wikipedia": "en:Kaufland",
"check_date": "2022-08-24",
"internet_access": "wlan",
"internet_access:fee": "customers",
"name": "Kaufland",
"opening_hours": "Mo-Sa 07:00-22:00; Su,PH off",
"payment:mastercard": "yes",
"payment:visa": "yes",
"shop": "supermarket",
"toilets:wheelchair": "yes",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 4598414751,
"lat": 52.5215849,
"lon": 13.4139082,
"tags": {
"check_date:wheelchair": "2022-09-26",
"layer": "-5",
"level": "-5",
"name": "Alexanderplatz",
"name:ja": "\u30a2\u30ec\u30af\u30b5\u30f3\u30c0\u30fc\u5e83\u5834",
"name:ko": "U \uc54c\ub809\uc0b0\ub354\uad11\uc7a5(\uc5ed)",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"surveillance": "indoor",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 4673135647,
"lat": 52.5202778,
"lon": 13.4052519,
"tags": {
"name": "Spandauer Stra\u00dfe/Marienkirche",
"public_transport": "stop_position",
"railway": "tram_stop",
"ref:BVG": "308803",
"tram": "yes",
"website": "https://qr.bvg.de/h308803"
}
},
{
"type": "node",
"id": 4940731304,
"lat": 52.5123348,
"lon": 13.4101754,
"tags": {
"check_date:wheelchair": "2022-07-26",
"name": "M\u00e4rkisches Museum",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "yes",
"wikidata": "Q657871",
"wikipedia": "de:U-Bahnhof M\u00e4rkisches Museum"
}
},
{
"type": "node",
"id": 5219756617,
"lat": 52.5276951,
"lon": 13.4104868,
"tags": {
"name": "Rosa-Luxemburg-Platz",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"wheelchair": "yes",
"wikidata": "Q658790",
"wikipedia": "de:U-Bahnhof Rosa-Luxemburg-Platz"
}
},
{
"type": "node",
"id": 5907113496,
"lat": 52.5252077,
"lon": 13.4065674,
"tags": {
"disused:ref:BVG": "309430",
"name": "U Weinmeisterstra\u00dfe",
"note": "Betriebshaltestelle",
"public_transport": "stop_position",
"railway": "tram_stop",
"tram": "yes"
}
},
{
"type": "node",
"id": 5907113497,
"lat": 52.5253628,
"lon": 13.406737,
"tags": {
"disused:ref:BVG": "309405",
"name": "U Weinmeisterstra\u00dfe",
"note": "Betriebshaltestelle",
"public_transport": "stop_position",
"railway": "tram_stop",
"tram": "yes"
}
},
{
"type": "node",
"id": 6058583254,
"lat": 52.5273506,
"lon": 13.4062656,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "8",
"addr:postcode": "10119",
"addr:street": "Mulackstra\u00dfe",
"addr:suburb": "Mitte",
"amenity": "school",
"operator": "Berlin Cosmopolitan School",
"wheelchair": "no"
}
},
{
"type": "node",
"id": 6273394390,
"lat": 52.5208173,
"lon": 13.4139182,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "2",
"addr:place": "Alexanderplatz",
"addr:postcode": "10178",
"addr:suburb": "Mitte",
"brand": "denn's Biomarkt",
"brand:wikidata": "Q48883773",
"brand:wikipedia": "de:Denn\u2019s Biomarkt",
"level": "-1",
"name": "denn's Biomarkt",
"opening_hours": "Mo-Sa 9:00-21:00; PH,Su off",
"organic": "only",
"shop": "supermarket",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 8170768522,
"lat": 52.5188425,
"lon": 13.4080828,
"tags": {
"name": "Rotes Rathaus",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"surveillance": "indoor",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 9045204695,
"lat": 52.5243627,
"lon": 13.403102,
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "43-45",
"addr:postcode": "10178",
"addr:street": "Rosenthaler Stra\u00dfe",
"addr:suburb": "Mitte",
"brand": "EDEKA",
"brand:wikidata": "Q701755",
"brand:wikipedia": "de:Edeka",
"check_date": "2022-11-03",
"contact:phone": "+49 57 18020",
"contact:website": "https://www.edeka.de",
"internet_access": "wlan",
"internet_access:fee": "no",
"name": "Edeka Rosenthaler 45",
"opening_hours": "Mo-Sa 08:00-22:00",
"payment:credit_cards": "yes",
"payment:debit_cards": "yes",
"payment:mastercard": "yes",
"payment:visa": "yes",
"shop": "supermarket",
"wheelchair": "yes"
}
},
{
"type": "node",
"id": 9082329700,
"lat": 52.5172626,
"lon": 13.3988844,
"tags": {
"name": "Museumsinsel",
"public_transport": "station",
"railway": "station",
"station": "subway",
"subway": "yes",
"surveillance": "indoor",
"wheelchair": "yes",
"wikidata": "Q1459924",
"wikimedia_commons": "Category:U-Bahnhof Museumsinsel",
"wikipedia": "en:Museumsinsel (Berlin U-Bahn)"
}
},
{
"type": "way",
"id": 121901347,
"center": {
"lat": 52.5262047,
"lon": 13.4053382
},
"nodes": [
1212472537,
1212472439,
3239760340,
1363463155,
3239760352,
1363463154,
3239760395,
1363463157,
1363463151,
3239760267,
3239760228,
3239760208,
3239760172,
1363463142,
3239760076,
3239760032,
1363463123,
1614989782,
260120120,
3239760066,
3239760069,
3239760071,
3239760074,
3239760072,
3239760068,
3239760062,
1363463135,
3239760025,
3239760022,
3239760029,
1363463130,
3239760042,
3239760037,
3239760041,
3239760038,
1363463132,
1363463124,
3239759939,
1363463143,
1212472537
],
"tags": {
"amenity": "school",
"email": "informationen@waldorfschule-mitte.de",
"fax": "+4930 8009758 14",
"name": "Freie Waldorfschule Berlin-Mitte",
"phone": "+4930 8009758 0",
"toilets:wheelchair": "no",
"website": "http://www.waldorfschule-mitte.de/",
"wheelchair": "limited",
"wikidata": "Q56230214"
}
},
{
"type": "way",
"id": 234463934,
"center": {
"lat": 52.5227307,
"lon": 13.405553
},
"nodes": [
2796694880,
2796694878,
5518191442,
5518191443,
5368088079,
5368088078,
5518191444,
5368088077,
5518191445,
5518191446,
887153211,
5518191447,
5518191448,
5368088083,
5518191450,
5518191449,
5368088082,
5518191451,
5368088081,
614664818,
5368088080,
5518191417,
5368088085,
614672670,
614672671,
887153213,
3090632842,
5368088087,
5368088086,
887153195,
887153196,
5368088089,
887153197,
5518191440,
887153199,
5368088091,
5368088090,
5518191441,
887153201,
887153206,
887153209,
2796694880
],
"tags": {
"amenity": "school",
"description": "Grundschule",
"name": "Evangelische Schule Berlin-Mitte",
"toilets:wheelchair": "yes",
"website": "http://www.esbm.de",
"wheelchair": "yes"
}
},
{
"type": "way",
"id": 254618264,
"center": {
"lat": 52.5271276,
"lon": 13.4019726
},
"nodes": [
260121169,
260121154,
1212083683,
1212083675,
260121153,
260121586,
5264131021,
5264130820,
2604266488,
5264131022,
260121567,
5264131077,
2604266489,
1212472450,
5264131044,
1212471629,
5264131078,
1238478058,
5264131041,
5264131042,
260121156,
2604266495,
5264131074,
5264131075,
5264131076,
2604266493,
2188514633,
2188514631,
260121166,
260121169
],
"tags": {
"amenity": "school",
"name": "Kastanienbaum-Grundschule"
}
},
{
"type": "way",
"id": 321046049,
"center": {
"lat": 52.5277597,
"lon": 13.3971604
},
"nodes": [
3061832515,
10771637350,
264300542,
3902789953,
264300541,
3183939300,
264299622,
264299621,
315295273,
264301411,
3902792269,
3061832515
],
"tags": {
"amenity": "school",
"email": "sekretariat@schuleamkoppenplatz.de",
"name": "Grundschule am Koppenpatz (46. Grundschule)",
"phone": "+49 30 8471210910",
"website": "http://www.schuleamkoppenplatz.de/",
"wheelchair": "no"
}
},
{
"type": "way",
"id": 321052452,
"center": {
"lat": 52.5114943,
"lon": 13.410626
},
"nodes": [
7011898429,
7011898427,
2390087002,
6054784537,
4872179776,
3277662033,
3277662032,
3277662031,
6054784538,
255285071,
255285072,
255285701,
255285549,
3277662034,
7011880532,
2390087005,
7011898428,
7011898429
],
"tags": {
"amenity": "school",
"barrier": "fence",
"email": "buero@ev-schule-zentrum.de",
"fax": "+49 30 2576071 29",
"name": "Evangelische Schule Berlin Zentrum",
"phone": "+49 30 2576071 0",
"toilets:wheelchair": "no",
"website": "https://www.ev-schule-zentrum.de/",
"wheelchair": "no"
}
},
{
"type": "way",
"id": 643934454,
"center": {
"lat": 52.5277498,
"lon": 13.4063279
},
"nodes": [
3239760771,
3239760758,
266589503,
3981478539,
3239760731,
3239760665,
6058583251,
3239760654,
3239760656,
3239760668,
3239760666,
3239760691,
3239760693,
3239760704,
3239760702,
3239760716,
3239760719,
3239760723,
3239760747,
10763916819,
3239760805,
3239760825,
3239760865,
3239760878,
3239760891,
3239760894,
3239760909,
6058583249,
6058583250,
1600116489,
3239760771
],
"tags": {
"amenity": "school",
"contact:phone": "+49 30 68833230",
"contact:website": "http://www.cosmopolitanschool.de/",
"name": "Berlin Cosmopolitan School",
"wikidata": "Q4892414"
}
},
{
"type": "way",
"id": 1158979783,
"center": {
"lat": 52.5248658,
"lon": 13.3999153
},
"nodes": [
357990096,
4508375077,
4508375075,
4508375072,
4508375071,
4508375073,
4508375074,
1287998604,
1287998594,
1287998597,
4508375076,
258083960,
258083956,
6109128205,
258083901,
258083902,
4467581475,
615123626,
5174826741,
258084893,
258084892,
4508375070,
10777961140,
357990096
],
"tags": {
"addr:city": "Berlin",
"addr:country": "DE",
"addr:housenumber": "27",
"addr:postcode": "10115",
"addr:street": "Gro\u00dfe Hamburger Stra\u00dfe",
"addr:suburb": "Mitte",
"amenity": "school",
"contact:email": "info@josberlin.de",
"contact:fax": "+49 30 7262657145",
"contact:phone": "+49 30 7262657110",
"contact:website": "http://josberlin.de/",
"heritage": "4",
"heritage:operator": "lda",
"lda:criteria": "Baudenkmal",
"name": "J\u00fcdisches Gymnasium Moses Mendelssohn",
"old_name:1860": "Knabenschule der j\u00fcdischen Gemeinde",
"old_name:1942": "Deportationslager f\u00fcr Berliner Juden",
"old_name:1960": "Kommunale Berufsschule \u201eProfessor Richard Fuchs\u201c",
"old_name:1993-2012": "J\u00fcdische Oberschule Berlin",
"old_name:2": "Mittelschule der J\u00fcdischen Gemeinde",
"operator": "J\u00fcdische Gemeinde zu Berlin",
"ref:lda": "09035234",
"short_name": "JGMM",
"wikidata": "Q1278109",
"wikipedia": "de:J\u00fcdisches Gymnasium Moses Mendelssohn"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment