
OSM Overpass API / Scott Petersen | Observable
Mar 10, 2021 · OSM Overpass API This notebook uses the API to extract a small amount of OSM data. Choose one of the prepackaged queries, or type of your own.
Generate GeoJSON from OpenStreetMap Data - Observable
Uses Overpass API Here are some examples to try out. Click one of the links, and click Fetch GeoJSON button. 1. Search for a location It can be a city, a province, a country, or any named …
OpenStreetMap circles / Joe Davies | Observable
Made with D3 and the Overpass API OSM data Helper functions Dependencies
Transitions from Maps to Diagrams, Part 2 - Observable
These steps are covered in my basic tutorial, so I will not explain the details here. Here's our GeoJSON data, containing all the streets of Vienna (extracted from OpenStreetMap using the …
Geographical features imports - Observable
Jul 11, 2024 · Thanks to the OverPass API, it is possible to fetch all the data contained in the database. Here, I have retrieved the basemap and the location of bars and pubs in Paris.
Etienne de Boursetty | Observable
Feb 24, 2022 · Building analytics software
Drawing maps from geodata with D3 & Observable
The format natively supported by D3 is GeoJSON, so I'll use a GeoJSON file containing all the streets of Vienna (my hometown in Austria) I extracted from OpenStreetMap using the …
Mapas (deprecated) / Michael Bricknell | Observable
data = await overPass("json", "node [amenity=cafe] (50.7,7.1,50.8,7.25);") //https://overpass-api.de/api/interpreter?data= [out:csv (::elements::type)] [timeout:900];node [amenity=cafe] …
Transitions from Maps to Diagrams, Part 1 - Observable
Step 1: Loading the geometry, setting up the projection and path generator These steps are covered in my basic tutorial, so I will not explain the details here. Here's our GeoJSON data, …
lresh1 | Observable
Mar 9, 2021 · © 2025 Observable, Inc. Privacy Security Terms of Service Vulnerability Disclosure