diff --git a/data/readme.md b/data/readme.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8fd4edb23ee9de3799b05348f8f31ad3992e812b 100644 --- a/data/readme.md +++ b/data/readme.md @@ -0,0 +1,10 @@ +The measurement dataset is split into two parts --- the rural and the urban subset of the drive-test campaign. + +In each folder, the measurements are bundled on a per-cell basis. + +Each row of a particular .csv file corresponds to a UE measurement and includes the following values: +* TA - Timing Advance Measurement (k) +* RSRP - The obtained RSRP (reference signal received power) at the measurement location. Intended for baseline comparison with baseline approaches. +* x - Longitude component of distance to BS in EPSG:31287 coordinate system. +* y - Latitude component of distance to BS in EPSG:31287 coordinate system. +* dist_to_bs - The Euclidian distance to the BS. Can also be obtained from x and y.