-
Notifications
You must be signed in to change notification settings - Fork 54
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-Density: Only list countries for download where data is available #34
Comments
Hi @mattigrthr! Have you thought about an option to user Kontur poulation grid instead? It contains GHSL and more and it is already aggregated to H3 grids. Link to the data: https://data.humdata.org/dataset/kontur-population-dataset |
Hi @tjukanovt, no, we didn't know about that. That seems mind-blowing. 🤯 Do I understand it correctly that they basically incorporate the Facebook population density datasets we're currently processing and combine them with other population sources? So you would not lose the level of granularity? |
Well the Facebook data is supposed to be 30 meter resolution, but as it is an estimate and derived from satellite images e.g. it never really is that detailed. The Kontur data is 400 meters so you would lose some granularity, but in return you would get global coverage. And yes: they have combined the FB data with other data sources. |
Do you have an insight on what for kind of features are provided? Could not find it on their website, HD or in Desaster Ninja. It would be super interesting if they have also implemented a temporal variable like year. Also, did you do already the parsing of the Kontur file into a different file format? It would be awesome to integrate that data source as well :-) |
I created a separate issue for including a new data source to keep this one here purely about the download UX. Let's continue the feature discussions, etc. over here 👉🏽 #35 |
This issue has been resolved by switching the file download to the |
So far, we have listed all countries using the
i18n-iso-countries
npm package. However, there is no data available for some countries, e.g., due to bad satellite imagery. Facebook constantly improves its approach and data so that they might add new countries in the future. Therefore, we should use the AWS CLI to only list countries where data is available to avoid an error during the processing.The command for that is:
This has to adapt to the
month
partition dynamically.The text was updated successfully, but these errors were encountered: