Given gold standard data, which has lat-long GPS coordinates for each household, align it to a grid and compute summary statistics for it, such as percent empty, percent urban, and maximum. Compute an uncertainty in these values by repeatedly shifting the grid so that we know how much slight translations of the grid can affect results.
1 | summary_statistics_multiple_grids(grid, shift_cnt, output)
|
grid |
This says which grid to use, among hrsl, landscan, or worldpop. |
shifts |
How many times to shift the grid in x and y. The number of loops internally will be shifts * shifts. |
filename |
A file to which to save results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.