Is it possible to use ZARR format in deck.gl ? #9347
-
Hi ! The ZARR format seems evolving and being used more and more everywhere. I'm working on a project where the ZARR format is a standard and I was wondering if it was possible to use ZARR (raster) directly in deck.gl without converting? In my idea, I fetch data with zarrita js and... after that I don't really know. Maybe raster tile layer can works ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
There is no official integration. There are molecular biology visualizations that are integrating Zarr with deck.gl, but you'd have to investigate yourself: https://github.com/hms-dbmi/viv/blob/932aaaba44415f52378d00b56df2a0de80d16f7c/packages/loaders/src/zarr/index.ts#L8 |
Beta Was this translation helpful? Give feedback.
-
That package was an attempt to package the VIV loader as a loaders.gl loader, however at the time we lacked some support in loaders.gl and the work wasn't finished. It is not functional as of now. It shouldn't have been published, apologies for that. As a guideline, if something from loaders.gl is not mentioned in the loaders.gl documentation it is not supported. |
Beta Was this translation helpful? Give feedback.
-
No problem, it's a good idea though! Thanks for all your replies |
Beta Was this translation helpful? Give feedback.
There is no official integration. There are molecular biology visualizations that are integrating Zarr with deck.gl, but you'd have to investigate yourself: https://github.com/hms-dbmi/viv/blob/932aaaba44415f52378d00b56df2a0de80d16f7c/packages/loaders/src/zarr/index.ts#L8