Panel tutorials

Step-by-step walkthroughs of every OSMnx and City2Graph panel, each following a concrete case so you can reproduce the result button by button. These are the worked “typical workflows” referenced from the Panel Reference.

Every tutorial mirrors one panel and ends where the next one begins, so you can chain them into a full pipeline.

Example areas

Area Used for Why
Burjassot, Valencia (Spain) Every panel except elevation Compact, well-connected urban area with rich amenities.
Avenida Naciones Unidas, La Paz (Bolivia) — 2 km radius Elevation, DEM & 3D terrain and Basemaps & API textures Strong relief makes DEMs, node elevations and street grades clearly visible, and shows basemap textures fetched through the imagery APIs draped over the 3D terrain.

OSMnx panels

# Tutorial Panel
1 Download a street network Download
2 Clean up the graph Graph Operations
3 Add edge attributes Network Attributes
4 Find routes Routing
5 Measure accessibility Accessibility
6 Compute statistics Statistics
7 Download features (POIs) Features
8 Save, export and cache Import/Export
9 Elevation, DEM & 3D terrain Elevation
10 Basemaps & API textures Elevation

City2Graph panels

# Tutorial Panel
1 Import urban data Data Import
2 Build a morphological graph Urban Morphology
3 Build proximity graphs Proximity Graphs
4 Analyze metapaths Metapath Analysis
5 Model public transport Transportation
6 Map an OD matrix Mobility
7 Post-process a graph Graph Tools
8 Export for GeoAI Export
Tip

New to the add-on? Enable SciGraphs (see Installation), open the 3D Viewport sidebar with N, and start with Download a street network.

Back to top