uesgraphs.UESGraph ================== .. currentmodule:: uesgraphs .. autoclass:: UESGraph .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~UESGraph.__init__ ~UESGraph.add_building ~UESGraph.add_edge ~UESGraph.add_edges_from ~UESGraph.add_network ~UESGraph.add_network_node ~UESGraph.add_node ~UESGraph.add_nodes_from ~UESGraph.add_street_node ~UESGraph.add_weighted_edges_from ~UESGraph.adjacency ~UESGraph.calc_angle ~UESGraph.calc_network_length ~UESGraph.calc_total_building_ground_area ~UESGraph.clear ~UESGraph.clear_edges ~UESGraph.copy ~UESGraph.create_subgraphs ~UESGraph.edge_subgraph ~UESGraph.from_geojson ~UESGraph.from_json ~UESGraph.from_osm ~UESGraph.get_building_node ~UESGraph.get_edge_data ~UESGraph.get_min_max ~UESGraph.get_node_by_position ~UESGraph.has_edge ~UESGraph.has_node ~UESGraph.is_directed ~UESGraph.is_multigraph ~UESGraph.nbunch_iter ~UESGraph.neighbors ~UESGraph.network_simplification ~UESGraph.new_node_number ~UESGraph.number_of_edges ~UESGraph.number_of_nodes ~UESGraph.order ~UESGraph.remove_building ~UESGraph.remove_dead_ends ~UESGraph.remove_edge ~UESGraph.remove_edges_from ~UESGraph.remove_network_node ~UESGraph.remove_node ~UESGraph.remove_nodes_from ~UESGraph.remove_self_edges ~UESGraph.remove_street_node ~UESGraph.remove_unconnected_nodes ~UESGraph.rotate ~UESGraph.size ~UESGraph.subgraph ~UESGraph.to_directed ~UESGraph.to_directed_class ~UESGraph.to_json ~UESGraph.to_undirected ~UESGraph.to_undirected_class ~UESGraph.update .. rubric:: Attributes .. autosummary:: ~UESGraph.adj ~UESGraph.degree ~UESGraph.edges ~UESGraph.name ~UESGraph.node ~UESGraph.nodes ~UESGraph.positions