I'm trying to figure out how to get Alteryx to generate the smallest possible circle/buffer around a group of oddly spaced points. Seems like it should be reasonably simple with spatial tools, but I can't figure it out! I'm attaching sample data and some attempts that don't quite work.
1. Median of all points as centroid, radius is distance to furthest point.
2. Polybuild Convex Hull, split to points, median of points is centroid, radius is distance to furthest point.
3. Polybuild Convex Hull, split to points, two furtherst-apart points distance divided by 2 is the radius, centroid is the midpoint.
I've tried a few other variations, but none seem to solve the problem. In 1 & 2, the circle has extra space and could be shifted and shrunk. In 3, the circle excludes a point in my test data. I think I've forgotten all my high school trigonometry, but I'm pretty confident the Alteryx community has a solution!