covid19-datafetcher
covid19-datafetcher copied to clipboard
Adding COVID Vacination data
Adding COVID vaccination data across different states
What's the goal of this? It downloads a file, stores it locally and uploads to spreadsheets? why does it need to run on every single run of this library?
Hi, The goal is to upload COVID vaccination data. It doesn't need to be executed on every run. Could you please let me know your suggestions here.
Is the goal to download it from an address and upload it, while continuously overriding previous values, to a google spreadsheet?
I just don't understand the need for this nor the method. If the goal is just to store the file, why not just download and store the file?
Once the file is downloaded and updated periodically. It needs to be exposed as an API for the users who are interested in the vaccination data. There is further work which will be done to add it as an API. But as a part of initial work just trying to download the file in the datafetcher.
I still don't understand the point of this change. What API are you talking about? This project doesn't expose any API. Is the goal here to make the CSV available in a google spreadsheet? There are Google spreadsheet tools to achieve this, without writing any code.
Hi, The goal is to fetch the most recent covid19 vaccination data from different states, and publish them for easy consumption and use for Covid Tracking Project.
This appears to be copying the Johns Hopkins vaccination dataset. I appreciate the contribution, but we're not interested in simply copying their data and putting it into a spreadsheet. Users who are interested in this particular file can get it directly from Johns Hopkins, since they're the ones publishing it and maintaining it. Anyone that needs the CSV in a regularly-updated spreadsheet that overwrites the past data, can do that directly with Google Sheet's IMPORTDATA built-in.
This project does not feed the Covid Tracking Project API. If you want to make suggestions about additions to the API, you can use the Issues repo and post your issue there, together with the relevant links and explain what is it that you'd want to accomplish. I do not know whether there are plans to provide vaccine info through the API.
Thanks a lot to both of you Gentlemen. Please let me know if I could contribute in any way to datafetcher repo. Either through resolving issues or making changes to existing code. Would be more than happy to contribute to this project.