Skip to content

Commit

Permalink
Fix typo and small improvement on Overture example (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel authored Apr 25, 2024
1 parent 1b34765 commit f597c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/overture-maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jp-MarkdownHeadingCollapsed": true
},
"source": [
"## Dependendencies\n",
"## Dependencies\n",
"\n",
"This notebook requires Lonboard (tested with version 0.8) and `overturemaps` (tested with version 0.4). To install `overturemaps`, run:\n",
"\n",
Expand Down Expand Up @@ -100,7 +100,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's color buildings by their heights. First, convert the \"height\" column to a numpy array, then replace any null values with `1`.\n"
"Let's color the buildings by their heights. First, convert the \"height\" column to a numpy array, then replace any null values with `1`.\n"
]
},
{
Expand Down

0 comments on commit f597c6f

Please sign in to comment.