Panel tutorials

Step-by-step walkthroughs of every SciGraphs, OSMnx and City2Graph panel, each following a concrete case so you can reproduce the result button by button. Each one mirrors a single panel and ends where the next begins, so they chain into a full pipeline. These are the worked “typical workflows” referenced from the Panel Reference.

Example areas

Most tutorials use Burjassot, Valencia (Spain): compact, well connected, rich in amenities. The elevation and basemap tutorials use a 2 km radius around Avenida Naciones Unidas, La Paz (Bolivia) instead, where the relief makes DEMs, node elevations, street grades and draped imagery clearly visible.

SciGraphs panels

The core of the add-on: it works on any graph, geographic or not. See the set’s own index for how these relate to the Jupyter notebooks, which cover the same ground from Python and in more depth.

# Tutorial Panel
1 Load a graph Data
2 Lay it out Layout & Positioning
3 Run algorithms Graph Algorithms
4 Measure the network Analysis
5 Make a figure Visualization
6 Export a graph Export & Tools
7 Freeze and replay a pipeline Reproducibility

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. To script the same operations instead, see the Python API reference.

Back to top