Morgan Herlocker

Results 26 comments of Morgan Herlocker

I have successfully forked jsClipper to a node compatible version: https://github.com/morganherlocker/clipsy Also, I have completed a conversion module for getting from geojson to jsclipper data and back. https://github.com/morganherlocker/clipsy-geojson The results...

@maxogden Unsolicited feedback is usually the best kind ;) I tend to prefer the small module approach as well, and have thought about it from the beginning with turf. As...

@maxogden, @tmcw Quick update: I am coming into the final stretch of [fully modularizing turf](https://github.com/morganherlocker/turf/issues/106). On the dependency front: - Lodash is gone - Async is gone - simple-statistics stays...

:+1: For anyone up for the challenge, I can verify that the cookies are _very_ good.

> Is this the place to look? correct @anandthakker. The most promising offset/buffer algorithm has been http://www.me.berkeley.edu/~mcmains/pubs/DAC05OffsetPolygon.pdf I've also looked into straight skeleton offset algorithms, but I have not had...

There is a branch that solves this for points and linestrings. @TylerHumphry if you need to, you could use that code: https://github.com/Turfjs/turf-buffer/pull/4 Polygon buffers are still a work in progress...

@wboykinm yeah, really want to knock this one out, but only so many hours in a day, and algorithms are hard. :/

> Current implementation is now broken :( @jdesboeufs say more? Broken how?

> Polygons which aren't conform the Simple Feature standard can give errors. Most often, they are due to non-unique vertices (e.g. inner ander outer rings of polygons touching) which simplepolygon...

Amazing update @mclaeysb ! > How fast (relative to JSTS or in absolute terms) this implementation should be to be an acceptable JSTS replacement. Reasonably close, or we will have...