Git Product home page Git Product logo

Comments (6)

owahltinez avatar owahltinez commented on May 19, 2024

It's no problem! I can change the link. But before I do that, do you know why the map is missing a lot of countries? We have a lot more data than what you are currently displaying.

from data.

quixote79 avatar quixote79 commented on May 19, 2024

Maybe it's because I showed it on a daily basis.
The purpose of my work is to show the scale of new confirmed cases per day.
So if a country (region) doesn't have a new confirmed person, that country (region) doesn't appear on the map.

I use the data https://open-covid-19.github.io/data/v2/master.csv and as of now, the last date is June 19, 2020.
Only 14 countries had new confirmed cases that day.

The data of the last date does not seemr to be complete. So it always looks insufficient.

from data.

owahltinez avatar owahltinez commented on May 19, 2024

I've updated the link to the new map.

Using the latest date is not always a good idea, because the Asia-Pacific region it's always one day ahead in the reporting. Part of the problem is also that master.csv has not been updated in a few days because we are over the maximum storage allowed by GitHub. We are migrating storage to a cloud provider very soon. In the meantime, have you considered doing the following:

  1. Use https://open-covid-19.github.io/data/v2/latest/master.csv
  2. Look for the latest date ${latest_date}
  3. Filter out all records that have date < latest_date - 1

That way you'll get the last known values for every country, and only keeping the countries which have reported something within the last day.

from data.

quixote79 avatar quixote79 commented on May 19, 2024

I revised the code after referring to your advice.
I think it's better than before.
Thank you.

from data.

owahltinez avatar owahltinez commented on May 19, 2024

Great!!

from data.

owahltinez avatar owahltinez commented on May 19, 2024

Hi @quixote79 I wanted to let you know that the location of files has been changed. Unfortunately we can no longer update the files in the v2 path because several of them go over GitHub's limits. For the most up-to-date data, please use https://storage.googleapis.com/covid19-open-data/v2/latest/main.csv

from data.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.