You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: