Network Attributes

The Network Attributes panel computes per-edge metrics used by routing, statistics, and visualization. Checkmarks indicate metrics already present on the active graph.

Note

Requires an active OSMnx graph. Project the graph first (Graph Operations) so metric values are accurate.

Edge Metrics

Control Description
Add Lengths Add edge lengths (in CRS units).
Add Bearings Add edge compass bearings; reports the bearing entropy once computed.

Speed & Travel Time

Control Description
Fallback Speed (km/h) Speed used where OSM maxspeed is missing.
Add Speeds Infer edge speeds (re-runnable as Recalculate Speeds).
Add Travel Times Compute travel times from speeds. Disabled until speeds exist.

Step-by-step tutorial

For a worked example using Burjassot, follow Add edge attributes.

Back to top