-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Support for Lat, Long, and Province/State #9
Comments
Yes! do you want to send a PR changing the action to also create/update a There's also |
I added provincial breakdown here: https://github.com/titaniumbones/covid19 . I don't understand github actions, therefore can't test them, and wanted to get this up ASAP so I just copied |
(I also added the CSSE repo as a submodule, which makes it easy to update w/ a shell script.) |
Awesome @titaniumbones. I'm not sure if you can test the action locally (I don't have too much experience with actions either) But you could change action.js and test it in your repo in every pull by changing covid19/.github/workflows/main.yml Lines 1 to 3 in a4873cb
to on: [push] If it works, send de PR and I'll merge it. |
See pomber#9 Added files with name `provinces-${country}.json` which give province/state breakdowns.
- add new function `buildSeries` to extract main parsing logic - create new files `province-${country}.json` for the relevant countries Addresses half of pomber#9
I think I was able to do this in #13 :-/ -- anyway, actions seem to work. on my repo. Also possible to test by running |
great work...have provinces been added yet? |
Any updates on this? Working on a tracker that I'd really love to be able to support state/provinces as well. |
There are some new changes coming to the source repo (#37). |
would be nice if the countries could be mapped to their ISO 2 or 3 code, which in turn can be mapped to lon/lat. There are several nodejs libs available that have all the information required. |
Would really like state/province level info. Thank you for your work on this so far! |
Long story short, the JHU data is a complete mess, particularly in the daily series, there are key issues in multiple places. I was working on a pull request for this repo, but required too many hacks to make the API data consistent. Anyway, I made an API for US state data available here: https://github.com/energee/covid19-us-api based on NY time's csv. Hopefully its helpful! |
Taking the idea from this project, I made available COVID-19 data in GeoJSON format. Sample Data available: https://jsanjay63.github.io/covid19-geoextractor/output/covid19_time_series.geojson Map Visualization: https://studio.here.com/viewer/?project_id=fc72e094-6ade-4c2f-8e9c-ecf902b36709 Feel free to give feedback or contribute. A small contribution to fight COVID :) |
Hey, great project! It's nice having a cached JSON representation of CSSEGISandData/COVID on github!
What do you think about adding lat / long attributes? Also province/states (maybe in a separate JSON file)?
I can help if it is something you're interested in.
The text was updated successfully, but these errors were encountered: