knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

“Read from uncompressed kzip” feature #25

Open my-tien opened 2 years ago

my-tien commented 2 years ago

It is possible to write .k.zip cubes into a folder with save_to_kzip_path_only and then to compress the folder in the end with compress_kzip. But there isn’t a function to read cubes from the uncompressed folder which might be useful if the cube should be updated.

Optiligence commented 2 years ago

*unarchived (and potentially uncompressed) :P