I am working with ArcMap. I have a dataset which consists of sensors in a city. It has their location and also the direction of roads in which these sensors are. I wanted to ask whether it is possible to use these directions to define a directed graph. Therefore, I am looking for an algorithm which generates an adjacency matrix.
#directed_graph #adjacency_matrix