Skip to content

Commit

Permalink
Merge pull request #658 from CloudNiner/patch-1
Browse files Browse the repository at this point in the history
Fix typo in map algebra notebook demo
  • Loading branch information
Jacob Bouffard committed Jun 7, 2018
2 parents 12dfb5a + 47e33fb commit 84aec51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook-demos/map-algebra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"outputs": [],
"source": [
"# Creates a TiledRasterLayer that contains the MultiPolygon with a CRS of EPSG:3857 at zoom level 5.\n",
"gps.rasterize(geoms=[raster_mulit_poly], crs=4326, zoom=5, fill_value=1)"
"gps.rasterize(geoms=[raster_multi_poly], crs=4326, zoom=5, fill_value=1)"
]
},
{
Expand Down Expand Up @@ -627,7 +627,7 @@
"outputs": [],
"source": [
"# Creates a TiledRasterLayer with both the LineStrings and the MultiPolygon\n",
"gps.rasterize(geoms=[line_1, line_2, line_3, raster_mulit_poly], crs=4326, zoom=5, fill_value=2)"
"gps.rasterize(geoms=[line_1, line_2, line_3, raster_multi_poly], crs=4326, zoom=5, fill_value=2)"
]
}
],
Expand Down

0 comments on commit 84aec51

Please sign in to comment.