dartclub / turf_dart

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
https://pub.dev/packages/turf
MIT License
63 stars 29 forks source link

[blocking] Port sweepline-intersections package #94

Closed armantorkzaban closed 1 year ago

armantorkzaban commented 2 years ago

https://github.com/rowanwins/sweepline-intersections

needed in line_intersect.dart> booleanDisjoint>booleanIntersects...

lukas-h commented 1 year ago

as I see, this should be the only dependency left for #88 @armantorkzaban. Let's schedule this next

armantorkzaban commented 1 year ago

While the sweepline is done to a great extent(benchmark and a test case remain), this is not the last dependencies. geojson-rbush is what we have forgotten to list in the blocking libraries! Tragic saga continues.

lukas-h commented 1 year ago

great success ~ Borat