Skip to content

How to read zarr? #511

Answered by vincentsarago
Break00 asked this question in Q&A
Aug 15, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Rio-tiler only accept rasterio object not fsspec ones.

Have a look on the cogeotiff/rio-tiler-fs project

Also there is no guarantee that rio-tiler will fully support Zarr dataset because GDAL support is somehow complicated (it splits the dataset in subdataset only for dataset with more than 2 dim)

See #453

Edit: oh I miss read what you were doing, but almost the same answer rio-tiler only accept rasterio object not xarray ones

I'm planning to support Zarr at some point but the specification and GDAL native support makes it non trivial

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Break00
Comment options

Answer selected by vincentsarago
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #510 on August 16, 2022 01:18.