From f597c6f19c2c7d424e02c561452543597d77e772 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Thu, 25 Apr 2024 19:17:37 -0300 Subject: [PATCH] Fix typo and small improvement on Overture example (#486) --- examples/overture-maps.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/overture-maps.ipynb b/examples/overture-maps.ipynb index 58365f31..3feda380 100644 --- a/examples/overture-maps.ipynb +++ b/examples/overture-maps.ipynb @@ -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", @@ -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" ] }, {