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

Solve various Python opener issues as in rasterio #1406

Closed
sgillies opened this issue Jun 20, 2024 · 0 comments · Fixed by #1408
Closed

Solve various Python opener issues as in rasterio #1406

sgillies opened this issue Jun 20, 2024 · 0 comments · Fixed by #1408
Assignees
Labels
Milestone

Comments

@sgillies
Copy link
Member

sgillies commented Jun 20, 2024

See rasterio/rasterio#3079.

@dugalh thanks for the info! I'm going to think harder about the zipfile case. Indeed, it's the zipfile that's the container, not the directory containing the zipfile. For the threading issue, I'll double check that I'm using context vars properly. Support for deletion is something I wanted to stay away from, but we can't overwrite a file without it.

This is a blocker for 1.10.0.

@sgillies sgillies added the bug label Jun 20, 2024
@sgillies sgillies added this to the 1.10 milestone Jun 20, 2024
@sgillies sgillies self-assigned this Jun 20, 2024
sgillies added a commit that referenced this issue Jun 21, 2024
sgillies added a commit that referenced this issue Jul 1, 2024
Plugin handler installation is implicit and hidden from the API
user, but could be exposed in the future if needed.

Resolves #1406
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant