Arcs (Edges) with directions

44 views
Skip to first unread message

Daniel Mota

unread,
Jun 14, 2025, 9:25:35 AMJun 14
to networkx...@googlegroups.com
Hello all, 

My team is starting an application using lat lon as nodes and edges as road connections between them.

Is there a way Networkx can help me with this effort?

Thanks a lot

DMota


Imagem inline

Dan Schult

unread,
Jun 14, 2025, 2:36:04 PMJun 14
to networkx...@googlegroups.com
Networkx is quite flexible in terms of building graphs with arbitrary nodes and edges. So what you are talking about makes sense for networkx. Indeed others have done this too so you might take a look at eg osmnx which uses open street map data combined with networkx analysis. 

--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to networkx-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/networkx-discuss/CAFZco0d3-Frx7XKdEEoGhqoiGsMPmvL6Oh55ag6mAUwCKkjZGw%40mail.gmail.com.

Nicolas Cadieux

unread,
Jun 19, 2025, 6:57:35 AMJun 19
to networkx...@googlegroups.com, networkx...@googlegroups.com
Hi,

Distances can be a problem as the distance between one degree of latitude is not the same as the distance of one degree of longitude.  I would use a weight for distances that is calculated in meters in a UTM CRS.



Nicolas Cadieux

Le 14 juin 2025 à 15:25, 'Daniel Mota' via networkx-discuss <networkx...@googlegroups.com> a écrit :


--
Reply all
Reply to author
Forward
0 new messages