Commit Graph

20 Commits

Author SHA1 Message Date
cadda056fd Added 7-Day-Mean to every plot 2020-04-04 18:08:46 +02:00
ac68c2389b 🐛 FIXED: Some graphs would be wrong for newer start dates
- Because turns out that I'm just not that smart
2020-04-04 17:10:22 +02:00
374c44af3d Changed is it gonna end graph to ignore start and end date for better results 2020-04-04 17:05:31 +02:00
80927f470d Added increase percentage graph 2020-04-01 21:59:26 +02:00
2c9e4b3658 🐛 FIXED: Wrong Date in End Date Picker
- If the statistics for today weren't available yet, 2019-12-31 would be picked as end date.
2020-04-01 18:38:15 +02:00
fd15b2bf87 Added logarhytmic graph that shows if the exponential growth has stopped 2020-03-31 23:31:35 +02:00
bd0bf56a1a 🐛 Fixed data fetcher
- Those fucking idiots at data.europa.eu somehow managed to fuck the data up by including some random string at the very beginning of the csv file.
- Also some small changes impacting performance
2020-03-31 16:24:42 +02:00
334f71e1b7 Added direct access to total death count and death rate by date 2020-03-30 19:57:40 +02:00
64d2950d59 🐛 Reverted the refactor because it fucked the data up 2020-03-30 17:49:23 +02:00
4b7c6e6af2 Death Rate Graph
- Also refactored the analyser to have better performance and easier access to required values
2020-03-30 17:36:59 +02:00
2f2e164e40 Added Death Graphs 2020-03-30 17:02:56 +02:00
6646e0bbe6 Switched UI from Tkinter to PyQT because that is much better 2020-03-29 22:23:30 +02:00
c99e43a762 🐛 Plots are now properly saved 2020-03-29 12:31:56 +02:00
e5be34dd55 Saving the graphs as file
- WIP, Saved graphs are currently empty pictures for some reason
2020-03-29 12:21:50 +02:00
b8c9b58cc2 The fetch method to retrieve the latest stats file works now 2020-03-29 11:45:00 +02:00
b8ac53724d can now plot total cases and case increase 2020-03-28 21:45:50 +01:00
44c61830df Can now retrieve total case number by date and country 2020-03-28 20:17:51 +01:00
2fb7fd3244 Added Flask module 2020-03-28 17:52:33 +01:00
a6a6febe5f 🚀 Added Pipeline File 2020-03-28 16:55:34 +01:00
76f9ef7ccd 🎉 Initial commit 2020-03-28 12:37:54 +01:00