Toblerity / Fiona

Fiona reads and writes geographic data files
https://fiona.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 201 forks source link

Solve various Python opener issues as in rasterio #1406

Closed sgillies closed 1 week ago

sgillies commented 1 month ago

See https://github.com/rasterio/rasterio/issues/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.