CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.14k stars 18.44k forks source link

Accessing US time series data - Real time #969

Open inammuhammad opened 4 years ago

inammuhammad commented 4 years ago

Is there any way from where I can access US time series data in real time?? from the same repo

for example

https://services1.arcgis.com/0MSEUqKaxRlEPj5g/arcgis/rest/services/cases_time_v3/FeatureServer/0/

this service is returning MainLand_China, Other_Location but I also want United States in this, is that achievable?

davidmanheim commented 4 years ago

The ARCGIS API is returning data based on what the dashboard graph uses. Since the dashboard doesn't display that, I don't think yo can pull if from there. It looks like there is another source you could try - https://services1.arcgis.com/0MSEUqKaxRlEPj5g/ArcGIS/rest/services/2019_ncov_cases/FeatureServer/2

inammuhammad commented 4 years ago

The ARCGIS API is returning data based on what the dashboard graph uses. Since the dashboard doesn't display that, I don't think yo can pull if from there. It looks like there is another source you could try - https://services1.arcgis.com/0MSEUqKaxRlEPj5g/ArcGIS/rest/services/2019_ncov_cases/FeatureServer/2

I Want time series from January till today for US and this service doesn't seems to provide that :)

S-Wallace-OH commented 4 years ago

http://blog.lazd.net/coronadatascraper/#home the timeseries here may get you what you need. I think we have it back that far.

gdassori commented 4 years ago

https://github.com/gdassori/covid19_data_miner <- here you can find all the series from different countries, is a multi-sources dashboard (JHU data included)