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

Do not automatically trigger the creation of a spatialpandas spatial index #882

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

jonmmease
Copy link
Collaborator

Slight change in Datashader's use of spatialpandas that I made in order to match the legacy performance of https://examples.pyviz.org/osm/osm-1billion.html#osm-gallery-osm-1billion.

With this change, Datashader will use the per-partition spatial index if one is present but it will not trigger the creation of a new spatial index. Datashader will still always use/create a spatialindex across all of the partitions in order to judge which partitions are needed.

@jbednar
Copy link
Member

jbednar commented Feb 21, 2020

Looks good. Feel free to merge once the PR build passes.

@jonmmease jonmmease merged commit 46b0198 into master Feb 21, 2020
@maximlt maximlt deleted the spatialpandas_sindex_init branch December 25, 2021 17:22
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