-
Notifications
You must be signed in to change notification settings - Fork 0
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
More covariates download #4
Comments
Was this about adding more covariates or about improving load times by downloading them to the server (where licences permit) |
I was referring to just accessing more different covariates. So long term aim. |
Thanks. Ones on my radar and in various states of readiness are vegetation (fcover), air pollution and african rainfall (CHIRPS). Anything else? |
Uuuuh, can't remember what we've said before. But nightlights, land-use, human footprint could all be useful. I've got a pdf of geospatial variables that DHS use that might be a useful reference. Also some derived variables like "distance to national border" and "distance to water" could be useful. But again, way in the future. |
Yes I remember that doc but not sure I have a copy. Nightlight and land use are already included, land use includes a built-up layer - is that the same as human footprint? https://www.arcgis.com/home/item.html?id=46cbfa5ac94743e4933b6896f1dcecfd might be a good source for the distance to water - they've released a new R package which should make it easier to incorporate. The downside is needing to authenticate which makes things less user-friendly for local use (this is already an issue for the nightlight data). |
Accessing distance to water was pretty simple in the end. Tokens are stored as environment variables like for nightlights but it should be okay for users to provide them as inputs if they are running locally, but I do need to look into the security of that. The free ArcGIS account will probably suffice (at least for now).
|
@timcdlucas Do you think this is worth having: https://dataforgood.facebook.com/dfg/tools/relative-wealth-index there's a package for interacting with their API so it shouldn't be too difficult to integrate: https://gitlab.com/dickoa/rhdx |
Yes definitely. I've been meaning to integrate something like this to my general mapping workflow for ages. Some of it doesn't look quite right to me (China looks lower on average than India for example). And lots of it will be driven by night lights (you can see cities pop out). But yes still definitely useful! |
No description provided.
The text was updated successfully, but these errors were encountered: