Skip to content

Commit 091fe2d

Browse files
committed
.
1 parent c23d9c9 commit 091fe2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/object_homo.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"source": [
89-
"The code block above generated four swath objects corresponding to original (fixed-width), elevation, slope, and TPI methods, respectively. The default miminum and maximum value thresolds for elevation method are -inf and inf, for slope are 0 and 90, for TPI are -inf are inf. The default *line_stepsize* and *cross_stepsize* equal to size of raster resolution. TPI based method has an additional parameter *tpi_radius* that controls the size of calculation window. For more information, users are refer to [Weiss, 2001] (http://www.jennessent.com/downloads/tpi-poster-tnc_18x22.pdf)."
89+
"The code block above generated four swath objects corresponding to original (fixed-width), elevation, slope, and TPI methods, respectively. The default miminum and maximum value thresolds for elevation method are -inf and inf, for slope are 0 and 90, for TPI are -inf are inf. The default *line_stepsize* and *cross_stepsize* equal to size of raster resolution. TPI based method has an additional parameter *tpi_radius* that controls the size of calculation window. For more information, users are refer to [Weiss, 2001](http://www.jennessent.com/downloads/tpi-poster-tnc_18x22.pdf)."
9090
],
9191
"cell_type": "markdown",
9292
"metadata": {}
@@ -95,7 +95,7 @@
9595
"source": [
9696
"## Swath polygons comparison\n",
9797
"\n",
98-
"In previous section, we have shown the cases of using GDAL to plot the swath polygon on top of raster dataset. Here, we give an example by making use of [rasterio] (https://rasterio.readthedocs.io/en/latest/intro.html) to easily generate similar results. Note that PyOSP is not depend on rasterio, so the user needs to [install rasterio] (https://rasterio.readthedocs.io/en/latest/installation.html) seperately."
98+
"In previous section, we have shown the cases of using GDAL to plot the swath polygon on top of raster dataset. Here, we give an example by making use of [rasterio](https://rasterio.readthedocs.io/en/latest/intro.html) to easily generate similar results. Note that PyOSP is not depend on rasterio, so the user needs to [install rasterio](https://rasterio.readthedocs.io/en/latest/installation.html) seperately."
9999
],
100100
"cell_type": "markdown",
101101
"metadata": {}

0 commit comments

Comments
 (0)