Circles in sf
#2444
roaldarbol
started this conversation in
General
Circles in `sf`
#2444
Replies: 1 comment 3 replies
-
The function is there in GEOS, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I'm just beginning to get a hold of what is possible with
sf
, but am super excited so far!One thing I am trying to figure out what is possible with
sf
in relation to circles. So a few questions (and I'm happy to create issues and/or PRs where it would make sense afterwards) in case anyone has any knowledge and would like to chat about it:st_ bbox
? I'm imagining three possible methods/modes would be possible:inside
, which makes the largest circle that fit inside all the points;outside
which is the smallest circle that fit outside all of the points;mean
which minimises the mean of all the distances (as in https://r-spatial.github.io/sf/reference/st_nearest_feature.html).outside
would be the same asst_bbox
.st_ buffer
from the central point.Thanks, and looking forward to feedback!
Beta Was this translation helpful? Give feedback.
All reactions