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

Improve performance of spatial search #177

Closed
brucecrevensten opened this issue Apr 29, 2022 · 4 comments
Closed

Improve performance of spatial search #177

brucecrevensten opened this issue Apr 29, 2022 · 4 comments
Milestone

Comments

@brucecrevensten
Copy link
Member

Right now, it takes a few seconds (~5?) to do the place-based search. Fine! But can we do better? How?

@charparr
Copy link
Member

Agreed it is kinda slow - and it gets slower each time we add a polygon set.
We might be able to speed this up by implementing in pyGEOS until Shapely 2.0 comes out (see #128 )

@charparr
Copy link
Member

Getting closer to being able to try addressing with an updated Shapely! A 2.0 is in pre-release. Following.

@charparr
Copy link
Member

Shapely 2.0 is out, if we set the right backend (either pyGEOS or the alternative) we may get a speedup here. This is if we want to retain this approach and not use the WTH-style database approach.

@brucecrevensten brucecrevensten added this to the Q3 2023 milestone Jul 12, 2023
@brucecrevensten
Copy link
Member Author

The faster search is done in Geoserver now, so this ticket can be closed, however there's some work to be done to remove the legacy search code. Tracked in #270

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

No branches or pull requests

2 participants