paulmach / orb

Types and utilities for working with 2d geometry in Golang
MIT License
910 stars 103 forks source link

Feature request: Geometric median #23

Closed sid6mathur closed 5 years ago

sid6mathur commented 5 years ago

It would be great to have a Geometric Median operation available for a set of Points: https://postgis.net/docs/ST_GeometricMedian.html

We already have Centroid in this library. As shown in the illustration on the page above, the geometric median is useful for denoising data.

sid6mathur commented 5 years ago

I am closing this, as it's probably a fair bit of work. Thanks again for the wonderful library :)