-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adapted cookie system to save the last query made by the user. - Sharing the URL has more preference than the cookie. - Creating a global summary table (removing the regional summary table). - Replacement of the regional graph by a box plot (data from the temporal and regional dataitems are mapped). - Creation of a dynamic map by region/province/Spain, using the values of the analysis. Possibility of plotting data as average,max,min,median,q1,q3. - Possibility to show/hide panels by the user. - Dropdown to choose the sub-data of each INE dataitem and represent it on the map. - Default representation: daily cases in Spain, showing each region on the map with the cases of each one. It is only applied when it has not been accessed from a shared URL and when there is no associated cookie. - UI optimization.
- Loading branch information
1 parent
569ae62
commit 3ee9558
Showing
14 changed files
with
1,223 additions
and
212 deletions.
There are no files selected for viewing
Submodule COnVIDa-lib
updated
24 files
+60 −17 | lib/README.md | |
+482 −493 | lib/config/ES-communities.json | |
+574 −0 | lib/config/ES-provinces.json | |
+22 −0 | lib/config/countries.json | |
+30 −1 | lib/convida.py | |
+12 −4 | lib/datasources/AEMETDataSource.py | |
+151 −15 | lib/datasources/COVID19DataSource.py | |
+12 −3 | lib/datasources/INEDataSource.py | |
+12 −3 | lib/datasources/MoMoDataSource.py | |
+12 −3 | lib/datasources/MobilityDataSource.py | |
+25 −10 | lib/datasources/config/data-sources-config.json | |
+92 −8 | lib/datasources/config/data_sources/COVID19DataSource-config.json | |
+84 −15 | lib/datasources/datasource.py | |
+11 −0 | lib/regionalgranularity.py | |
+88 −42 | lib/regions.py | |
+9 −0 | lib/temporalgranularity.py | |
+1,091 −3,353 | lib/test_lib.ipynb | |
+7 −3 | server/README.md | |
+123 −35 | server/convida_server.py | |
+ − | server/data/cache_2020-08-05.h5 | |
+ − | server/data/cache_2021-01-17.h5 | |
+67 −21 | server/data_generation.ipynb | |
+4 −2 | server/log/convida.log | |
+3,397 −5,495 | server/test_server_lib.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
05-08-2020, 04:02 (GMT+1) | ||
18-01-2021, 04:02 (GMT+1) |
Oops, something went wrong.