Skip to content

Commit

Permalink
fixup! Add some (very) high-level docs for the data format
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jan 18, 2024
1 parent df32694 commit 1db8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and HDF5 files.

In v1 there were a few changes to the way we store images and `xarray` types:

- RGBA images (including thumbnails) are stored as PNG byte arrays.
- Thumbnails are stored as PNG byte arrays.
- Support for `xarray.Dataset`'s was added.
- `Dataset`'s and `DataArray`'s are stored inline in the NetCDF 4 format. This
means we get support for saving all properties of `Dataset`'s/`DataArray`'s
Expand Down

0 comments on commit 1db8a54

Please sign in to comment.