-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stability of CSV files #25
Comments
Hi @owahltinez - glad this is useful. So far I haven't changed the format of the data being published. I can't guarantee no changes since I am at the mercy of upstream changes, but I'll try to keep them backwards compatible where possible (e.g. by adding new fields or files). I will announce changes in the top-level README, so you could keep an eye on that. |
@owahltinez would be interested in possible collaborations, I have been feeding off the raw for few weeks now, the main problem is gov inconsistency with naming and areas, I don't have much time to work on presentation but have been trying to improve it on weekends while tweaking the parsing to deal with some changes. |
@nanjizal that animation is very cool! How did you make it? I don't think my work will help you much, since I'm only parsing second-level data for UK and in this case that's only Wales, Scotland, England and North Ireland. |
I marry up the git raw data to lat/long csv data with some fixes ( like trimming spaces ) I am looking to mix it with OpenFL and haxeui to add some controls see my 'covid19ofl' repo, but only setup project so far not yet wired up controls. |
Can anyone help me I am looking for the data in csv format for Scotland, Wales and Ireland. If anyone has a link let me know |
@jamierees see the links here: https://github.com/tomwhite/covid-19-uk-data#data-files |
@tomwhite this is your git raw csv feed it's perhaps more useful for any web user than readme. |
Hi @tomwhite , first of all thanks so much for this -- awesome work! I am now using your CSV files to add region-level data to my Open COVID-19 project.
I am currently pulling the CSV files from the GitHub Raw cache (like this one) and I wanted to understand how stable these files are, whether you are likely to change the name, location, format, etc. In case of any changes, how can I be notified so I can update my scripts appropriately?
The text was updated successfully, but these errors were encountered: