saalfeldlab / n5-zarr

Zarr filesystem backend for N5
BSD 2-Clause "Simplified" License
12 stars 14 forks source link

Add zarr3 tensorstore python script #49

Closed dchen116 closed 1 month ago

dchen116 commented 2 months ago

Command line:

For n5 format

poetry run python src/test/python/tensorstore_test.py C:/Users/chend/AppData/Local/Temp/tensorstore-test715188095503600282347/ --n5 --info

For zarr2 format

poetry run python src/test/python/tensorstore_test.py C:/Users/chend/AppData/Local/Temp/tensorstore-test715188095503600282347/ --info

For zarr3 format

poetry run python src/test/python/tensorstore_test.py C:/Users/chend/AppData/Local/Temp/tensorstore-test715188095503600282347/ --zarr3 --info

1

mkitti commented 2 months ago

https://github.com/zarr-developers/zarr-specs/pull/292 removed implicit groups. The zarr v3 specification now requires a zarr3.json document in each parent directory for the directory to be a group.