Skip to content

Commit 4d1f804

Browse files
Prototyping aggregations with administrative boundaries for #2
1 parent 1f86313 commit 4d1f804

9 files changed

+16805
-45
lines changed

notes/01_download_raw_data.ipynb

Lines changed: 2 additions & 44 deletions
Large diffs are not rendered by default.

notes/02_aggregate.ipynb

Lines changed: 2948 additions & 0 deletions
Large diffs are not rendered by default.

notes/prototypes/image.png

461 KB
Loading

notes/prototypes/kenya_demo_01_intro.ipynb

Lines changed: 5557 additions & 0 deletions
Large diffs are not rendered by default.

notes/prototypes/kenya_demo_02_fishnet.ipynb

Lines changed: 5000 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"---\n",
8+
"skip_showdoc: true\n",
9+
"---"
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"metadata": {},
15+
"source": [
16+
"# Part 3: Joining Fishnet to the Ward geometries\n",
17+
"\n",
18+
"In this file, we will join the fishnet, which is a polygon grid with lines \n",
19+
"surrounding the grid of the ERA5 raster with the Ward geometries that have\n",
20+
"been queried from the Database of Global Administrative Boundaries\n",
21+
"(gadm.org). In merging the polygon grid with the ward polygon data, \n",
22+
"we ensure that every ward will be aligned with the relevant\n",
23+
"ERA5 temperature metrics for the area.\n",
24+
"\n",
25+
"Next, we Create extraction points from the union of the wards and fishnet. These \n",
26+
"are what we can use to extract values from the raster that overlaps with\n",
27+
"with the points aligning to each wards (this file).\n",
28+
"\n",
29+
"Lastly, we Estimate the ward-level exposure to ERA5, accounting for the availability\n",
30+
"of data within the wards (this file)"
31+
]
32+
}
33+
],
34+
"metadata": {
35+
"language_info": {
36+
"name": "python"
37+
}
38+
},
39+
"nbformat": 4,
40+
"nbformat_minor": 2
41+
}

0 commit comments

Comments
 (0)