diff --git a/doc/source/distance_ops.md b/doc/source/distance_ops.md index bd52eef5..8df70062 100644 --- a/doc/source/distance_ops.md +++ b/doc/source/distance_ops.md @@ -78,7 +78,7 @@ plt.tight_layout() ## Buffering without overlap Buffering consists in **expanding or collapsing vector geometries equally in all directions**. However, this can often lead to overlap -between shapes, which is sometimes undesirable. Using Voronoi polygons, we provide a buffering method with overlap. +between shapes, which is sometimes undesirable. Using Voronoi polygons, we provide a buffering method without overlap. {func}`geoutils.Vector.buffer_without_overlap` diff --git a/doc/source/georeferencing.md b/doc/source/georeferencing.md index 73dbf764..08fd84e4 100644 --- a/doc/source/georeferencing.md +++ b/doc/source/georeferencing.md @@ -31,7 +31,7 @@ pyplot.rcParams['font.size'] = 9 In GeoUtils, the **georeferencing syntax is consistent across all geospatial data objects**. Additionally, **data objects load only their metadata by default**, allowing quick operations on georeferencing without requiring the array data -(for a {class}`~geoutils.Raster`) or geometry data (for a {class}`~geoutils.Vector`) to be present in memory. +(for a {class}`~geoutils.Raster`) to be present in memory. ### Metadata summary