API Reference# This section provides detailed documentation for all modules and functions in the city2graph package. Graph gdf_to_pyg() nx_to_pyg() pyg_to_gdf() pyg_to_nx() is_torch_available() validate_pyg() Morphology morphological_graph() private_to_private_graph() private_to_public_graph() public_to_public_graph() Transportation load_gtfs() get_od_pairs() travel_summary_graph() Proximity knn_graph() delaunay_graph() gabriel_graph() relative_neighborhood_graph() euclidean_minimum_spanning_tree() fixed_radius_graph() waxman_graph() bridge_nodes() Data load_overture_data() process_overture_segments() Utils gdf_to_nx() nx_to_gdf() validate_gdf() validate_nx() segments_to_graph() dual_graph() filter_graph_by_distance() create_tessellation() create_isochrone()