Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small corrections on documentation #620

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading