64 Commits

Author SHA1 Message Date
Sebastian Lenzlinger
0f73f829aa Fix map.py.
Issue: No datapoints where displayed.
2024-01-05 15:44:00 +01:00
Sebastian Lenzlinger
3c00de0afb Refactor map.py 2024-01-05 14:42:05 +01:00
Sebastian Lenzlinger
685a5cf2d3 Merge remote-tracking branch 'origin/sebl' into sebl 2024-01-05 13:52:41 +01:00
Sebastian Lenzlinger
cd6746d0ea Add Heat Map Generation 2024-01-05 13:52:23 +01:00
Sebastian Lenzlinger
40adf8a397 Add Heat Map Generation 2024-01-05 13:52:04 +01:00
Sebastian Lenzlinger
7c58cfc335 Fix 2 Add comments to setup_tables.sql 2024-01-04 18:37:16 +01:00
Sebastian Lenzlinger
200d913fa9 Fix 2 setup_tables.sql 2024-01-04 18:27:41 +01:00
Sebastian Lenzlinger
27c5ca1587 Fix setup_tables.sql 2024-01-04 18:26:36 +01:00
Sebastian Lenzlinger
6af1f734ef SYNC COMMIT 2024-01-04 18:20:55 +01:00
Sebastian Lenzlinger
843ed0a1a3 SYNC COMMIT 2024-01-04 16:18:28 +01:00
Sebastian Lenzlinger
4c5e7e1251 Hot Fix and add tester.ipynb. 2024-01-04 16:03:04 +01:00
Sebastian Lenzlinger
4523b3d8e5 Update .gitignore. 2024-01-04 15:47:54 +01:00
Sebastian Lenzlinger
92e54174cc Add db_connector.py body and beginnings of map.py. As well as config_example.py to use as central source of truth for connection credentials. 2024-01-04 15:47:00 +01:00
SoulKindred
ab1baacf47 Changed something ? 2024-01-04 12:36:26 +01:00
SoulKindred
a26d822a78 Uploading new html map and interactive map now works with time slider 2024-01-03 18:49:19 +01:00
SoulKindred
a1c2dfcdd8 html map 2024-01-03 17:29:00 +01:00
SoulKindred
f2ae25268c Made map less noizy 2024-01-03 17:26:20 +01:00
SoulKindred
7bd5c24e9d Corrected speedlimits 2024-01-03 17:22:42 +01:00
SoulKindred
e8dfcc72c4 Not much changed. Sig_speeds are now by default not shown 2024-01-03 16:52:39 +01:00
SoulKindred
b14dd6036a Merge remote-tracking branch 'refs/remotes/origin/sebl' into sebl
# Conflicts:
#	src/datasets/integrated/data_viz.ipynb
2024-01-03 15:53:38 +01:00
SoulKindred
c450fbe7ef miv-testing and adding speed to i-map 2024-01-03 15:52:20 +01:00
Sebastian Lenzlinger
0d9e71618d Update requirements.txt.
Begin Analysis.
2024-01-03 15:50:55 +01:00
Sebastian Lenzlinger
994b9ce7d0 Fix implicit boolean conversion bug for integrate.py when integrating accident data. FIXES: Non empty strings are all converted to true when using bool() constructor, so 'true' and 'false' become True regardelss. 2024-01-03 15:34:50 +01:00
Sebastian Lenzlinger
5b41db5e7e Add logger statements and first plays with accident data in notebook. 2024-01-03 13:49:01 +01:00
Sebastian Lenzlinger
b9ee59e4ae Modification to make scripts run on server 2024-01-02 15:53:22 +01:00
Sebastian Lenzlinger
a927d982b4 Update file README.md 2023-12-03 23:00:07 +00:00
Sebastian Lenzlinger
8be3279ace Merge branch 'dev-explore' into 'main'
Milestone Merge

See merge request dbis/lecture-groups/database-systems/2023hs/group-1!3
2023-12-03 22:58:31 +00:00
Sebastian Lenzlinger
9e2709eaaa Merge branch 'main' into 'dev-explore'
# Conflicts:
#   README.md
2023-12-03 22:56:37 +00:00
Sebastian Lenzlinger
49bb3f4e20 Data Integration Milestone Completed.
Refactored ensuring all relevant dirs exist into separate script.
2023-12-03 23:53:36 +01:00
Michel Romancuk
1ab8c9fb2e Update file README.md 2023-12-03 21:57:42 +00:00
Sebastian Lenzlinger
e9b1d82517 FINAL TOUCH: Add functions to get data from api link.
Refactor bash script into python function to ensure portability.
Add sql queries to create "Contemporaneous" db table.
2023-12-03 22:52:20 +01:00
Sebastian Lenzlinger
b79ee792b6 Preliminary: Completed Integration Scripts. Add scripts that load data into a database of choice. Some config is still manual. 2023-12-03 21:40:29 +01:00
Sebastian Lenzlinger
fcfb3f028b Intermediate Commit 2023-12-03 20:46:54 +01:00
Sebastian Lenzlinger
45b4f7b998 Merge remote-tracking branch 'origin/dev-explore' into dev-explore
# Conflicts:
#	src/integrate.py
#	src/setup_tables.sql
2023-12-03 19:27:35 +01:00
Sebastian Lenzlinger
39b28a4b65 Merge remote-tracking branch 'origin/dev-explore' into dev-explore
# Conflicts:
#	src/integrate.py
#	src/setup_tables.sql
2023-12-03 19:27:02 +01:00
Sebastian Lenzlinger
dcf921292b Merge remote-tracking branch 'origin/dev-explore' into dev-explore
# Conflicts:
#	src/integrate.py
#	src/setup_tables.sql
2023-12-03 17:37:07 +01:00
Sebastian Lenzlinger
90a38b1bb5 Drop duplicates in unified miv csv. 2023-12-03 17:36:29 +01:00
Sebastian Lenzlinger
920f725d74 Drop duplicates in unified miv csv. 2023-12-03 17:05:09 +01:00
Sebastian Lenzlinger
c33ca87aaf UNFINNISHED: Script to create csv of integrated and clean datasets. 2023-12-03 16:34:40 +01:00
Sebastian Lenzlinger
1ef7bbe39b Convert MIV coordinate to Int 2023-12-03 13:37:11 +01:00
Sebastian Lenzlinger
94ee3cc3b0 ADD ID to fb. 2023-12-03 13:18:01 +01:00
Sebastian Lenzlinger
65bd9480e7 Load accident file from internet if not present. 2023-12-03 12:35:38 +01:00
Sebastian Lenzlinger
0afab39397 Merge remote-tracking branch 'origin/dev-explore' into dev-explore
# Conflicts:
#	src/data_utils.py
#	src/integrate.py
2023-12-03 12:30:26 +01:00
Sebastian Lenzlinger
ca3450a4de Add logger. 2023-12-03 12:30:15 +01:00
Sebastian Lenzlinger
e4d0484a23 Add logger. 2023-12-03 12:28:32 +01:00
Sebastian Lenzlinger
e73962d8e1 + 2023-12-03 11:48:32 +01:00
Sebastian Lenzlinger
cd0bb639ca Merge remote-tracking branch 'origin/dev-explore' into dev-explore 2023-12-03 11:48:19 +01:00
Sebastian Lenzlinger
793b783dd9 + 2023-12-03 11:48:11 +01:00
Sebastian Lenzlinger
983f85b116 Fix requirements.txt 2023-12-03 11:45:00 +01:00
Sebastian Lenzlinger
250e13acba Fix requirements.txt 2023-12-03 11:44:42 +01:00