Antennas#
Example file: synthetic_data/antennas.csv
antenna_id |
tower_id |
latitude |
longitude |
---|---|---|---|
KB2 |
KB |
5.1632 |
11.5091 |
KB8 |
KB |
5.1632 |
11.5091 |
AJK1 |
AJ |
6.9012 |
12.3911 |
OI12 |
OI |
Fields
#
*antenna_id: string
Unique ID for the antenna, matches to antenna_id in CDR datasets
tower_id: string
Unique ID for the cell tower. Many antennas can (and typically will) have a single tower ID. Tower ID is optional, it
need not be included if not provided by the mobile network operator (or tower IDs could be inferred using spatial
clustering of antennas).
*latitude: float
Latitude of the antenna
*longitude: float
Longitude of the antenna
Note
Columns without a preceding asterisk ‘*’ are optional