jacksongomesbr / covid-19

Open source version of the COVID-19 global cases website by Johns Hopkins CSSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coronavirus Disease 2019 (COVID-19 or 2019-nCoV) Cases Tracker

This web map is an open source version of the COVID-19 global cases website by Johns Hopkins CSSE. It uses their time series data, REST API, DXY, KCDC, and OpenLayers.

I found CSSE's data unreliable because they keep changing country names and adding duplicate entries with incomplete records. I am trying to clean up their data as much as possible to avoid double counting (e.g., as of March 17, Guam vs. Guam, US and French Guiana vs. French Guiana, France), so there can be some discrepancy between my cleaned up data and their original data.

Also, remember that I am fetching data from DXY and KCDC every 30 minutes.

Disclaimer

Data that fetch_data.py collects from CSSE's website is copyrighted by Johns Hopkins CSSE. Post-processing of the data by the script may introduce errors and the author is not responsible for any damages caused by using the processed data and the web map.

License

Copyright (C) 2020, Huidae Cho <https://idea.isnew.info>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

About

Open source version of the COVID-19 global cases website by Johns Hopkins CSSE

License:GNU Affero General Public License v3.0


Languages

Language:Python 55.6%Language:HTML 44.4%