-
- [ ] Use water discharge to determine sediment transport, and use this to affect the lateral migration rate and avulsion timescale
- [ ] Include option which has above as the default [`natural`], or…
-
Hi! I'm in the process of learning python and using your code to do so!
I was able to run your code on the files that you provided. I decided to create my own file in qgis and try it on that but I'…
-
This node should convert vector shapes into convex hulls of their shapes, preserving their convex curves and bridging their concave parts with straight lines.
~~@Keavon Just wanted a run-down of ho…
-
Concave hull is a very useful function and your's is customized to support spherical coords.
I see that many of your other repos are MIT license. It that the case with this repo also?
Thanks!
-
@mikolalysenko Thanks for such a nice 2d convex hull implementation, it's very fast! Used it for my new [concave hull module](https://github.com/mapbox/concaveman).
This implementation can be sped up…
-
I would like to test the distance between a point and a (possibly concave) polygon. If the point is inside the polygon, I'm expecting to get a distance of 0.
I have an ordered list of points that d…
-
Why is this polygon of mine overlapping? I'm sure the start point is also the endpoint and is arranged clockwise.
[[ 79.3 173.1]
[ 88.1 173.1]
[ 88.1 181.5]
[107.3 181.5]
[107.3 172.7]
[115…
-
hello ,I really like this algorithm, I want to return index of concave point in original data, What a good advice?
-
Hi @VPetukhov
I ran baysor with the following parameters:
`-m 50 -p --prior-segmentation-confidence 0.2 --scale-std 0.8 --scale 5 --save-polygons GeoJSON `
I see the cell boundaries are drawn …
-
The ConcaveHull connects the outmost points (using Kn values) and creates tighter polygons. In our case, the point features collected along the census block boundary using ArcGIS QuickCapture Applicat…