-
Notifications
You must be signed in to change notification settings - Fork 37
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
Population data with cumulative values #179
Comments
We can certainly include retrieving population data as part of automated script(s). There are external APIs and databases we can pull from. |
OWID also provides population data as a supplement to ours: https://ourworldindata.org/monkeypox |
Yes. Population values used by OWID is saved here and the primary source (CC BY 3.0 IGO) is as follows. Or, we can get total values from "The Word Bank Data". |
OWID and "The Word Bank Data" use values in 2021. Note it will be difficult to get population values at city level. |
The United Nations provides city-level population data, though it is not immediately clear whether they use ISO-3166. |
How about worldometers? It even provides more data |
@jim-sheldon and @oliszymanski Worldometers says the primary source regarding country-level data is World Popularation Prospects 2022 by UN. City-level data is also available and can be scraped. I could not find useful APIs and URLs of primary sources. At this time, city-level confirmed cases data is not included in "Timeseries" and "Timeseries by country" of this repository. |
I support this. Created #217 to capture the work. |
Population data is required to estimate the impact of the number of cases at the selected location, and to analyze the number of cases with SIR-derived math models. This is related to #178.
So, it will be great to provide population data of each country/city or document how to get population data.
The text was updated successfully, but these errors were encountered: