Update sensor_graph/README.md
Browse files- sensor_graph/README.md +2 -2
sensor_graph/README.md
CHANGED
|
@@ -4,8 +4,8 @@ This directory contains spatial information about the traffic sensors used in th
|
|
| 4 |
|
| 5 |
## Files
|
| 6 |
|
| 7 |
-
- `
|
| 8 |
-
- `
|
| 9 |
- `adj_mx.npy`: Pre-computed adjacency matrix (207×207) for graph neural networks
|
| 10 |
- `adj_mx_mapping.json`: Metadata and parameters used to generate the adjacency matrix
|
| 11 |
|
|
|
|
| 4 |
|
| 5 |
## Files
|
| 6 |
|
| 7 |
+
- `sensor_locations.csv`: Sensor coordinates (latitude, longitude) for 207 sensors
|
| 8 |
+
- `distances.csv`: Pairwise distances between sensors in meters
|
| 9 |
- `adj_mx.npy`: Pre-computed adjacency matrix (207×207) for graph neural networks
|
| 10 |
- `adj_mx_mapping.json`: Metadata and parameters used to generate the adjacency matrix
|
| 11 |
|