diff --git a/raster_layers.rst b/raster_layers.rst index d9d06c5..e194f95 100644 --- a/raster_layers.rst +++ b/raster_layers.rst @@ -157,7 +157,7 @@ Polygonize a Raster Band Turn a single raster band into a vector polygon! -If you haven't before, notice that some of the `gdal utilties `_ +If you haven't before, notice that some of the `gdal utilities `_ are actually Python scripts. Go find them on your computer, read the source code and mine them for API tricks. It turns out the `gdal_polygonize utility `_ just wraps a call to `GDALFPolygonize `_ diff --git a/vector_layers.rst b/vector_layers.rst index 5ea97b4..8530c27 100644 --- a/vector_layers.rst +++ b/vector_layers.rst @@ -1051,7 +1051,7 @@ The `ogr2ogr command line tool `_ is an easy w Merge OGR Layers ------------------- -This recipe merges OGR Layers within a directory. Files can be specfied based on with what they start and end. +This recipe merges OGR Layers within a directory. Files can be specified based on with what they start and end. .. code-block:: python @@ -1208,7 +1208,7 @@ This recipe creates a fishnet grid. Convert polygon shapefile to line shapefile ------------------- -This recipe converts a poylgon shapefile to a line shapefile +This recipe converts a polygon shapefile to a line shapefile .. code-block:: python