I'm storing .tiff files on google cloud storage. I'd like to manipulate them using a distributed Dask cluster installed with Helm on Kubernetes..
Based on the dask-image repo, the Dask documentation on remote data services, and the use of storage_options, right now it looks like remote reads from .zarr, .tdb, .orc, .txt, .parquet, and .csv formats are supported. Is that correct? If so, is there any recommended workaround for accessing remote .tiff files?