Skip to content

Commit 9812326

Browse files
authored
Merge pull request #133 from MattHazard/main
Add cpp-zarr to the implementations page
2 parents 9981f7e + 089deb6 commit 9812326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

implementations/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
1919
| Language | Implementation | V2| V3| Latest Release/Commit |
2020
|------------------------|------------------------|---|---|------------------------------|
2121
| C | [NetCDF-C] || | ![][NetCDF-C-re] |
22+
| C++ | [cpp-zarr] || | ![][cpp-zarr-re] |
2223
| C++ | [GDAL] || | ![][GDAL-re] |
2324
| C++/Python | [TensorStore] ||| ![][tensorstore-lu] |
2425
| C++ | [xtensor-zarr] ||| ![][xtensor-zarr-lu] |
@@ -48,6 +49,8 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
4849

4950
[NetCDF-C]: https://github.com/Unidata/netcdf-c
5051
[NetCDF-C-re]: https://img.shields.io/github/release-date-pre/Unidata/netcdf-c
52+
[cpp-zarr]: https://github.com/abcucberkeley/cpp-zarr
53+
[cpp-zarr-re]: https://img.shields.io/github/release-date/abcucberkeley/cpp-zarr
5154
[GDAL]: https://gdal.org/drivers/raster/zarr.html
5255
[GDAL-re]: https://img.shields.io/github/release-date-pre/OSGeo/gdal
5356
[JZarr]: https://github.com/bcdev/jzarr

0 commit comments

Comments
 (0)