Skip to content

Smart data filtering

Feature ID FEA014
Subsystem the feature is part of System
Responsible person Developers
Status Backlog

Description

Use smart algorithms to filter data. Like actual machine learning for historical data.

Use Case 14 Visualize predictive traffic
FUNC-REQ-C0014 The user is able to toggle a filter that displays predictive traffic data

Preliminary user stories

-

User interface mock-up

Data-analytics

Possible solutions

Polars

  • Use Polars or some other established data-analytics library.
  • Digitraffic provides historical rawdata for all LAM-stations.
    • i.e. https://tie.digitraffic.fi/api/tms/v1/history/raw/lamraw_101_17_32.csv
    • lamraw_[lam_id]_[yearshort]_[day_number].csv
...
724;23;195;19;37;56;990;3.400;1;1;1;41;0;7067699;2711;0
724;23;195;19;37;58;990;3.400;1;1;1;39;0;7067899;1686;0
724;23;195;19;37;59;170;4.000;1;1;1;39;0;7067917;99999;0
724;23;195;19;38;2;140;3.600;1;1;1;38;0;7068214;2629;0
724;23;195;19;38;4;450;4.000;1;1;1;35;0;7068445;1899;0
724;23;195;19;38;34;990;3.000;1;1;1;43;0;7071499;30289;0
724;23;195;19;38;38;600;4.000;1;1;1;41;0;7071860;3259;0
724;23;195;19;46;6;580;3.400;3;2;1;37;0;7116658;963259;0
724;23;195;19;49;27;990;3.600;4;2;1;30;0;7136799;698568;0
724;23;195;19;51;2;990;3.800;3;2;1;29;0;7146299;295938;0
724;23;195;19;54;37;440;3.800;3;2;1;27;0;7167744;213943;0
724;23;195;19;56;45;990;3.400;3;2;1;36;0;7180599;128210;0
724;23;195;20;5;40;120;3.000;1;1;1;51;0;7234012;1621308;0
...

Testing / possible acceptance criteria

Testcase Test source Responsible
Testcase 1 FUNC-REQ-C0014 Testers