Skip to content

Commit 97da298

Browse files
authored
Update comment about support for non-zarr formats in kerchunk
1 parent e014bb7 commit 97da298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Users of kerchunk may find the following comparison table useful, which shows wh
4646
## Why a new project?
4747

4848
The reasons why VirtualiZarr has been developed as separate project rather than by contributing to the Kerchunk library upstream are:
49-
- Kerchunk aims to support [non-Zarr-like formats too](https://github.com/fsspec/kerchunk/issues/386#issuecomment-1795379571), whereas VirtualiZarr is more strictly scoped, and may eventually be very tighted integrated with the Zarr-Python library itself,
49+
- Kerchunk aims to support non-Zarr-like formats too [(1)](https://github.com/fsspec/kerchunk/issues/386#issuecomment-1795379571) [(2)](https://github.com/zarr-developers/zarr-specs/issues/287#issuecomment-1944439368), whereas VirtualiZarr is more strictly scoped, and may eventually be very tighted integrated with the Zarr-Python library itself,
5050
- Once the VirtualiZarr feature list above is complete, it will likely not share any code with the Kerchunk library, nor import it,
5151
- The API design of VirtualiZarr is deliberately [completely different](https://github.com/fsspec/kerchunk/issues/377#issuecomment-1922688615) to Kerchunk's API, so integration into Kerchunk would have meant duplicated functionality,
5252
- Refactoring Kerchunk's existing API to maintain backwards compatibility would have been [challenging](https://github.com/fsspec/kerchunk/issues/434).

0 commit comments

Comments
 (0)