Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update benchmark code #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update benchmark code #270

wants to merge 1 commit into from

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Mar 4, 2025

Another spin out from #259

  • allow arbitrary legend kws
  • import GeoFormatTypes, WellKnownGeometry, CoordinateTransformations, ProgressMeter
  • make USA benchmarks print better
  • add benchmarks for coverage union, this is the same benchmark Paul Ramsey uses for geos.
    • It turns out JTS (and also GEOS) use a special purpose noder and algorithm for coverage unions. We should also implement that at some stage - but it's a bit tough without the OverlayNG methodology. Maybe we can get an AI to implement that here :D

- allow arbitrary legend kws
- import GeoFormatTypes, WellKnownGeometry, CoordinateTransformations, ProgressMeter
- make USA benchmarks print better
- add benchmarks for coverage union
  - It turns out JTS (and also GEOS) use a special purpose noder and algorithm for coverage unions.  We should also implement that at some stage - but it's a bit tough without the OverlayNG methodology.  Maybe we can get an AI to implement that here :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants