witgaw commited on
Commit
2c26667
·
verified ·
1 Parent(s): ff794f8

Update sensor_graph/README.md

Browse files
Files changed (1) hide show
  1. 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
- - `graph_sensor_locations.csv`: Sensor coordinates (latitude, longitude) for 207 sensors
8
- - `distances_la_2012.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
 
 
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