JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
29 stars 4 forks source link

Comparison with other libraries #98

Open asinghvi17 opened 7 months ago

asinghvi17 commented 7 months ago

https://github.com/kadyb/vector-benchmark has a bunch of comparisons in the vein of the Julia performance plot, for basic vector geometry ops (no polygon ops, just distance, contains, intersect, reproject/transform, buffer, and IO).

I opened a PR https://github.com/kadyb/vector-benchmark/pull/12 to add GeometryOps benchmarks here as well, but even if that doesn't get merged there we can still run those benchmarks, potentially every release or commit to master (or just when manually requested) over here:

download-10

If anyone here knows of other good benchmark sources for geometries, please let me know!

asinghvi17 commented 7 months ago

Should we add this plot as a static plot to the README/docs?

rafaqz commented 6 months ago

This is readme material for sure.