Skip to content

Commit

Permalink
Merge branch 'main' of github.com:r-spatial/sf
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Oct 15, 2024
2 parents 1fa29ce + 39d5ab0 commit e2dc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/sf7.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ excessive simplification (bottom right). Note that buffers created with s2 _alwa
follow s2 cell boundaries, they are never smooth. Hence, choosing a large number
for `max_cells` leads to seemingly smooth but, zoomed in, very complex buffers.

To achieve a similar result you could first transform thes result and then use `sf::st_buffer()`. A simple benchmark shows the
To achieve a similar result you could first transform the result and then use `sf::st_buffer()`. A simple benchmark shows the
computational efficiency of the `s2` geometry engine in comparison
with transforming and then creating buffers:

Expand Down

0 comments on commit e2dc468

Please sign in to comment.