Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
oeigner
LINK - Forschungsprojekt Repo
Commits
a03d3467
Commit
a03d3467
authored
Oct 06, 2021
by
Fabian Kovac
Browse files
[i] added profiles to link files
parent
61489b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
FHSTP/01_data_preparation/prep.py
View file @
a03d3467
...
...
@@ -2,8 +2,8 @@
# Title: Data Preparation for LINK Configs and Transmissions
# Author: Fabian Kovac <ds191008@fhstp.ac.at>
# Team: University of Applied Sciences St. Pölten
# Version: 2.
8
# Last changed: 2021-
09-29
# Version: 2.
9
# Last changed: 2021-
10-06
#
import
sys
...
...
@@ -510,7 +510,9 @@ def prep() -> None:
'TXLEVEL'
:
'mean'
,
'SPEED'
:
'mean'
,
'CURRRXBITRATE'
:
'mean'
,
'CURRTXBITRATE'
:
'mean'
'CURRTXBITRATE'
:
'mean'
,
'CURRRXPROFILE'
:
'median'
,
'CURRTXPROFILE'
:
'median'
}
df_link
=
df_link
.
groupby
(
group_cols
).
agg
(
agg_cols
).
reset_index
()
_log
(
'Converted 3min windows to 15min windows'
)
...
...
@@ -573,10 +575,12 @@ def prep() -> None:
'PDIFF'
:
'Pdiff'
,
'TXLEVEL'
:
'TxLevel'
,
'ATTENUATION'
:
'Attenuation'
,
'EXTINCTIONCOEFF
ICIENT
'
:
'ExtinctionCoeff'
,
'EXTINCTIONCOEFF'
:
'ExtinctionCoeff'
,
'SPEED'
:
'Speed'
,
'CURRRXBITRATE'
:
'RxBitrate'
,
'CURRTXBITRATE'
:
'TxBitrate'
,
'CURRRXPROFILE'
:
'RxProfile'
,
'CURRTXPROFILE'
:
'TxProfile'
,
'LONGITUDE_A'
:
'XStart'
,
'LATITUDE_A'
:
'YStart'
,
'ANT_HEIGHT_ALTITUDE_A'
:
'AltStart'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment