Skip to content

Commit 5ace04a

Browse files
authored
update pharmacy desserts notebook (#723)
1 parent dcfbfb8 commit 5ace04a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pharmacy-deserts.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@
15071507
"zonal_funcs = dict(pharmacy_desert_mean=lambda z: z.mean())\n",
15081508
"\n",
15091509
"# execute summary functions on each zone and take top 10\n",
1510-
"results = zonal_stats(counties_raster, target_deserts, zonal_funcs)"
1510+
"results = zonal_stats(counties_raster, target_deserts, stats_funcs=zonal_funcs)"
15111511
]
15121512
},
15131513
{
@@ -1736,7 +1736,7 @@
17361736
],
17371737
"metadata": {
17381738
"kernelspec": {
1739-
"display_name": "Python 3",
1739+
"display_name": "Python 3 (ipykernel)",
17401740
"language": "python",
17411741
"name": "python3"
17421742
},
@@ -1750,7 +1750,7 @@
17501750
"name": "python",
17511751
"nbconvert_exporter": "python",
17521752
"pygments_lexer": "ipython3",
1753-
"version": "3.8.10"
1753+
"version": "3.9.10"
17541754
}
17551755
},
17561756
"nbformat": 4,

0 commit comments

Comments
 (0)