City2Graph · Post-process a graph
Clean up and subset any graph object: remove isolated components, filter by distance, clip to a polygon, build isochrones. Mirrors the Graph Tools panel.
Works on any active graph object, whether it came from a street network, a proximity graph or a morphological graph. The Tool selector picks which of the four operations Apply runs.

Remove isolated
Keeps only the largest connected component and discards stray fragments.

Filter by distance
Center object plus a Threshold distance; nodes beyond it are removed.

Clip to area
Keeps only the part of the graph inside the clip mesh’s polygon boundary.

Isochrone
Isochrone Center, a Threshold and a Weight Attr (travel_time, for instance) give the reachable sub-network.

Next steps
Export for GeoAI: take a graph into a GNN framework.