Difference between revisions of "COVID-19 FOSS initiatives"
(Created page with "== Introduction== Our generation is facing one of the most difficult challenges of its time with consequences that will unravel for a long time, in all aspects of our existenc...") |
|||
Line 1: | Line 1: | ||
== Introduction== | == Introduction== | ||
− | Our generation is facing one of the most difficult challenges of its time with consequences that will unravel for a long time, in all aspects of our existence. With much of our world in lockdown, our | + | Our generation is facing one of the most difficult challenges of its time with consequences that will unravel for a long time, in all aspects of our existence. With much of our world in lockdown, our attention turns towards the spread and evolution of the SARS-CoV-2 virus around the globe. Given the geospatial dimension of the threat, some of the OSGeo community members might be using their knowledge and experience to design and implement various applications to track, visualise or predict the COVID-19 pandemic evolution. <br /> |
− | This wiki page is dedicated to collect initiatives developed using FOSS solutions | + | This wiki page is dedicated to collect COVID-19 related initiatives developed using FOSS solutions. We invite anyone involved in such an initiative or has knowledge of one, to acknowledge their efforts by including it in this list. |
== COVID-19 FOSS initiatives == | == COVID-19 FOSS initiatives == | ||
===[https://covid19.geo-spatial.org Coronavirus COVID-19 Romania]=== | ===[https://covid19.geo-spatial.org Coronavirus COVID-19 Romania]=== | ||
==== Romania, geo-spatial.org (Romanian OSGeo Local Chapter) ==== | ==== Romania, geo-spatial.org (Romanian OSGeo Local Chapter) ==== | ||
− | As soon as Romania registered its first official COVID-19 patient on February 26, the geo-spatial.org volunteers have collaboratively begun to work on an application based on the Romanian official data to disseminate to the public the evolution of the pandemic. The application presents visualizations related to the dimensions of the outbreak in Romania - confirmed cases, recovered and deaths - together with a series of statistics, as well as other relevant aspects covering | + | As soon as Romania registered its first official COVID-19 patient on February 26, the geo-spatial.org volunteers have collaboratively begun to work on an application based on the Romanian official data to disseminate to the public the evolution of the pandemic. The application presents visualizations related to the dimensions of the outbreak in Romania - confirmed cases, recovered and deaths - together with a series of statistics, as well as other relevant aspects covering quarantine and applied restrictions, hospital infrastructure, marginalised communities, border traffic. Due to the un-structured and often modified manner in which the Romanian authorities are sharing COVID-19 information, a significant part of the team's efforts are invested into collecting more detailed information from the local and national media, match it to the official reporting, structure and deliver it in a more relevant manner. The collected, cleaned data can be accessed as JSON format using a dedicate API (the API is momentarily static, nevertheless, we will analyse the possibility of filter set-ups for future releases): |
+ | * https://covid19.geo-spatial.org/api/dashboard/getCasesByCounty | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getDeadCasesByCounty | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getHealthCasesByCounty | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getDailyCaseReport | ||
+ | * https://covid19.geo-spatial.org/api/statistics/getCaseRelation | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getPercentageByGender | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getCasesByAgeGroup | ||
+ | * https://covid19.geo-spatial.org/api/dashboard/getDailyCases | ||
+ | |||
====FOSS employed ==== | ====FOSS employed ==== | ||
− | The application is build using Node.js, PostgreSQL+PostGIS, R on the backend side, OpenLayers, Angular, charts.js, Plotly and D3.js for the frontend side. </ | + | The application is build using Node.js, PostgreSQL+PostGIS, R on the backend side, OpenLayers, Angular, charts.js, Plotly and D3.js for the frontend side and it is available under un MIT license on [https://github.com/geospatialorg/covid19 Github]. <br /> |
− | The infrastructure is supported by [http://www.sage.ieat.ro/ SAGE group] from University of West Timișoara and CARTO. | + | |
+ | The infrastructure is supported by [http://www.sage.ieat.ro/ SAGE group] from University of West Timișoara and CARTO, through their [https://carto.com/grants/#form grant program]. |
Revision as of 01:05, 6 May 2020
Introduction
Our generation is facing one of the most difficult challenges of its time with consequences that will unravel for a long time, in all aspects of our existence. With much of our world in lockdown, our attention turns towards the spread and evolution of the SARS-CoV-2 virus around the globe. Given the geospatial dimension of the threat, some of the OSGeo community members might be using their knowledge and experience to design and implement various applications to track, visualise or predict the COVID-19 pandemic evolution.
This wiki page is dedicated to collect COVID-19 related initiatives developed using FOSS solutions. We invite anyone involved in such an initiative or has knowledge of one, to acknowledge their efforts by including it in this list.
COVID-19 FOSS initiatives
Romania, geo-spatial.org (Romanian OSGeo Local Chapter)
As soon as Romania registered its first official COVID-19 patient on February 26, the geo-spatial.org volunteers have collaboratively begun to work on an application based on the Romanian official data to disseminate to the public the evolution of the pandemic. The application presents visualizations related to the dimensions of the outbreak in Romania - confirmed cases, recovered and deaths - together with a series of statistics, as well as other relevant aspects covering quarantine and applied restrictions, hospital infrastructure, marginalised communities, border traffic. Due to the un-structured and often modified manner in which the Romanian authorities are sharing COVID-19 information, a significant part of the team's efforts are invested into collecting more detailed information from the local and national media, match it to the official reporting, structure and deliver it in a more relevant manner. The collected, cleaned data can be accessed as JSON format using a dedicate API (the API is momentarily static, nevertheless, we will analyse the possibility of filter set-ups for future releases):
- https://covid19.geo-spatial.org/api/dashboard/getCasesByCounty
- https://covid19.geo-spatial.org/api/dashboard/getDeadCasesByCounty
- https://covid19.geo-spatial.org/api/dashboard/getHealthCasesByCounty
- https://covid19.geo-spatial.org/api/dashboard/getDailyCaseReport
- https://covid19.geo-spatial.org/api/statistics/getCaseRelation
- https://covid19.geo-spatial.org/api/dashboard/getPercentageByGender
- https://covid19.geo-spatial.org/api/dashboard/getCasesByAgeGroup
- https://covid19.geo-spatial.org/api/dashboard/getDailyCases
FOSS employed
The application is build using Node.js, PostgreSQL+PostGIS, R on the backend side, OpenLayers, Angular, charts.js, Plotly and D3.js for the frontend side and it is available under un MIT license on Github.
The infrastructure is supported by SAGE group from University of West Timișoara and CARTO, through their grant program.