concave-hull
There are 23 repositories under concave-hull topic.
harjot-oberai/Long-Shadows
Long Shadows for android!
JeremyBYU/polylidar
Polylidar3D - Fast polygon extraction from 3D Data
micycle1/PGS
Processing Geometry Suite
Dan-Patterson/Tools_for_ArcGIS_Pro
Python Code Samples and toolboxes for use in ArcGIS Pro.
joelgombin/concaveman
A very fast 2D concave hull algorithm
sebastianbeyer/concavehull
build concave hull from points
mlichter2/concavity
Concave Hull boundary polygon for an array of points and concave and convex polygon vertex detection
senhorsolar/concavehull
Finds the concave hull around a set of points by leveraging the Delaunay triangulation
lstagner/ConcaveHull.jl
Julia package for calculating 2D concave/convex hulls
cubao/concave_hull
A very fast 2D concave hull algorithm, for python
dymons/concave
Implementation of all algorithms ConvexHull and ConcaveHull on C++
OrdnanceSurvey/OS_ConcaveHull
Concave Hull library based on JTS, supporting mulitple criteria, multi-part hull and hull with holes
civildot/cdBoundary
Concave hull by distance
mlichter2/isolines
Street Networks Isolines and Isochrones
CostRagno/geopolygon
Python package to retrieve and correctly reshape the polygon of a geographical area.
EthanJamesLew/concave-hull
fast concave hull python package
hellpanderrr/spatial_geometry
Utilits for working with spatial geometry in python
mlichter2/isolines_examples
examples for isolines - a python library for street networks isolines and isochrones : https://github.com/mlichter2/isolines
FObermaier/jts-ex
Extensions for JTS ToplogySuite
luanleonardo/uhull
uhull is a Python package that provides a new algorithm for obtaining the concave hull of 2D point sets. The algorithm works exceptionally well with 'disconnected' sets and outlier points.
aecoder-br/python-geometry-api
This project provides a simple API built with FastAPI that takes a list of 2D points and generates a concave hull (alpha shape) based on a given alpha value. The API returns the coordinates of the shape's edges, which is useful for creating boundary shapes around scattered points.
Charmatzis/rs_concaveman_benchmark
Benchmark test for concaveman-cpp wrapped in RUST
diophung/concaveman
A very fast 2D concave hull algorithm in JavaScript