Skip to content

Commit

Permalink
Small corrections on documentation (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet authored Nov 13, 2024
1 parent 5616b6c commit 95575e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/distance_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion doc/source/georeferencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 95575e2

Please sign in to comment.