Rowan Winsemius
Rowan Winsemius
@mfedderly - took your advice re the benchmarks with testing for the inflection point using @turf/circle to generate edges and got the following results. So it looks like the infection...
I suspect this is a floating point math error coming from https://github.com/Turfjs/turf/blob/fcdaa939c905e6cfa80cca11a0e7cbb851ad1a47/packages/turf-boolean-disjoint/index.ts#L150-L174 This could possibly be rewritten with the [robust-predicates library](https://www.npmjs.com/package/robust-predicates)
Hi @matthias-ccri I believe this is resolved with the v7 alpha release - see this [jsfiddle](https://jsfiddle.net/wq7ge91k/) The v7 alpha is available via npm npm install [email protected] or via cdn https://unpkg.com/[email protected]/dist/turf.min.js...
Hi @infacto You could perhaps try `turf.disjoint` > Boolean-disjoint returns (TRUE) if the intersection of the two geometries is an empty set. It's basically the opposite of intersect
I've been having a bit of a dabble with this I created a new template like `_template/class_page_toc.html` ```` {% set class_toc = get_class_toc() %} {{class_toc.pretitle}}{{ class_toc.title }} {% for item...
I've been looking at this a little recently as I was working on requesting tiles from a COG. It seems like there is an issue with the blockCache. I think...
I wonder if an option in this space is this library - https://github.com/developit/web-worker
Urgh I've battled for several hours and tried various approaches but for the life of me I can't get the rgb2pct script to run other than via the OSGeo4W shell...
Depending on how nice you want the links to be this may be challenging because the app is being rendered dynamically rather than with SSR. See https://stackoverflow.com/questions/46718161/how-to-do-open-graph-images-in-a-vue-js-spa for some more...
So while playing with https://github.com/radiantearth/stac-browser/pull/151 I ran into some quirks with working out how to do this - stac-layer only allows you to pass in one data object, in the...