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

ENH: enable appending / adding layers to in-memory output file #403

Open
brendan-ward opened this issue May 1, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@brendan-ward
Copy link
Member

Follow on to #397

It should be possible to append or add layers to an in-memory output file, provided that file can be re-opened by reading its bytes from memory. Early attempts to do this as one-off operations in #397 were unsuccessful, but might have been running into tangential issues.

Fiona appears to support this using the MemoryFile wrapper object, and using that to hold the in-memory file across multiple write operations.

@brendan-ward brendan-ward added the enhancement New feature or request label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant