From 49bed5cf18443f3f927d4fa639a456bde35e9683 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 5 Nov 2021 14:49:44 +0100 Subject: [PATCH] Update readme.md --- data/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/readme.md b/data/readme.md index e69de29..8fd4edb 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. -- 2.22.0