goodformandspectacle / londonmuseums

Looking to make something that shows all the museums in London.
5 stars 1 forks source link

add example overpass query for museums in and around London. #1

Closed bdon closed 9 years ago

bdon commented 10 years ago

Overpass is a nice API for querying all of OSM. You can paste this query overpass_query.txt into the Overpass Turbo user interface and get all entities that are tagged tourism=museum:

screen shot 2014-08-02 at 7 13 04 pm

I've chosen an arbitrary bounding box in the query that includes London and surrounding areas. Of the results, some museums are tagged as one-dimensional nodes, others have building outlines:

screen shot 2014-08-02 at 7 13 26 pm

Inside Overpass Turbo you can also go to Export > As GeoJSON... to get a file that you can manipulate in other programs.