As follow-up/an extension to discussion in issue ( https://github.com/alimanfoo/zarr/issues/129 ), it would be pretty handy to have some methods to convert back and forth between DirectoryStore and ZipStore. Given that Zip files really are best treated as a write once medium, this would allow one to write out to a DirectoryStore and then convert to a ZipStore. Similarly if editing needs to occur, one could extract the ZipStore and perform edits on the DirectoryStore and then archive it afterwards.
As follow-up/an extension to discussion in issue ( https://github.com/alimanfoo/zarr/issues/129 ), it would be pretty handy to have some methods to convert back and forth between
DirectoryStoreandZipStore. Given that Zip files really are best treated as a write once medium, this would allow one to write out to aDirectoryStoreand then convert to aZipStore. Similarly if editing needs to occur, one could extract theZipStoreand perform edits on theDirectoryStoreand then archive it afterwards.