concaveman icon indicating copy to clipboard operation
concaveman copied to clipboard

A very fast 2D concave hull algorithm in JavaScript

Results 7 concaveman issues
Sort by recently updated
recently updated
newest added

Any chance to support esm?

I'm looking for guidelines for getting consistent results. I started off with a data set of around 250k GPS points. I got great results, but as I add more points...

I want Add Async Function

Hi, I'm using D3.js for years and now Leaflet more often and need to display the concave regions from points in the same area. Now, I know how to script...

question

Would it be possible to extend concaveman to support segments as input in addition to points? The use case would be to fix slightly broken complex vector data, where say...

enhancement

Something like https://www.mapbox.com/bites/00222/, maybe with clustered random points like in RBush demo http://mourner.github.io/rbush/viz/viz-cluster.html

enhancement

Hi, I was using Concaveman to find the border images when the geolocations are not in a specific patern then it work very well but it fails if the points...