74 Commits

Author SHA1 Message Date
Sebastian Lenzlinger
c4a139c6ef Add instructions to wiki.md.
Instructions how to load csv into db manually since script might not work because of access rights restrictions.
2024-01-05 19:09:47 +01:00
Sebastian Lenzlinger
758bfa45f3 SYNC COMMIT 2024-01-05 19:05:09 +01:00
Sebastian Lenzlinger
7ae7d486f1 Fix HeatMap and HeatMapTime. We now generate correct html maps. 2024-01-05 18:14:38 +01:00
Sebastian Lenzlinger
0605036052 SYNC COMMIT 2024-01-05 16:46:35 +01:00
Sebastian Lenzlinger
d563a0af0b SYNC COMMIT 2024-01-05 16:43:05 +01:00
Sebastian Lenzlinger
915066f735 Merge remote-tracking branch 'origin/sebl' into sebl 2024-01-05 16:03:21 +01:00
Sebastian Lenzlinger
033e66849e Small refactor of map.py. 2024-01-05 16:02:19 +01:00
SoulKindred
85864c32ab Merge remote-tracking branch 'origin/sebl' into sebl 2024-01-05 16:01:56 +01:00
SoulKindred
88c571d2f8 Added differentiation 2024-01-05 16:01:49 +01:00
Sebastian Lenzlinger
617cd2d1f4 Small refactor of map.py. 2024-01-05 15:45:39 +01:00
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