Colin Caine

Results 112 comments of Colin Caine

Performance still wasn't good enough when styling 20000 features at once. Turns out it's something to do with how shiny sends different data types between R and JS. Shiny passes...

Looks like Mozilla hated 6337 for some reason, but updates from 6237->6426 are going at the expected rate for a release that requests new permissions and 6337->6426 at the expected...

This should have been closed by https://github.com/JuliaEditorSupport/julia-vim/pull/237. Is it not working for you?

You're maybe just using different versions of GeometryBasics or Julia in vscode vs the julia console. Turf.jl gets the right answers for each of the three examples in this issue...

I don't think you should remove it. I agree that bitwise operations are generally faster than integer division. But compiler developers know that too, so they try hard to avoid...

I apologise, I've written all of my comments on this PR either under time pressure or just after waking up and I haven't expressed myself as well as I want...

Sorry about linking inaccessible benchmarks! I didn't check that the sites were accessible. The x86_64 benchmark showed a modest speedup and there was no measurable difference between the options in...

The entire library is one short file: https://github.com/alekzvik/shapely-geojson/blob/master/shapely_geojson.py The JSON representation is one-way: shapely -> JSON, not the other way around.

GeoJSON is very similar to the `__geo_interface__` format that shapely does accept in [`shapely.geometry.shape()`](https://shapely.readthedocs.io/en/latest/manual.html#shapely.geometry.shape), though, so it shouldn't be too difficult: just convert the json to a dictionary and give...

This is untested because I am a hack and a fraud.