Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/data/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,19 @@
"developerQuote": "",
"fileFormats": []
},
{
"name": "zarr",
"url": "https://zarr.readthedocs.io/en/stable/",
"category": "vector",
"type": "Library",
"image": "https://raw.githubusercontent.com/zarr-developers/community/main/logos/logo2.png",
"description": "Zarr is a format for storing chunked, compressed, N-dimensional arrays. This format can store arrays in memory, in files, and in cloud-based object storage.",
"releaseYear": "2015",
"language": "Python",
"creators": "Zarr Developers",
"developerQuote": "",
"fileFormats": []
},
{
"name": "Datashader",
"url": "https://datashader.org/",
Expand Down