Skip to content

Commit

Permalink
Update docs/gallery/advanced_io/zarr_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 26, 2024
1 parent 8d25eab commit c6318b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/gallery/advanced_io/zarr_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
Note that the Zarr native storage formats are optimized for storage in cloud storage
(e.g., S3). For very large files, Zarr will create many files which can lead to
issues for traditional file systems (that are not cloud object stores) due to limitations
on the number of files per directory (this affects local disk, GDrive, Dropbox etc.).
issues for traditional file systems (that are not cloud object stores) due to
limitations on the number of files per directory (this affects local disk,
GDrive, Dropbox etc.).
Zarr read and write is provided by the :hdmf-zarr:`hdmf-zarr` package. First, create an
an NWBFile using PyNWB.
Expand Down

0 comments on commit c6318b3

Please sign in to comment.