You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current gdal binaries are built without blosc compression support, which is necessary for reading some zarr files. See r-spatial/stars#663 (comment). I believe it should be a matter of adding c-blosc to Depends:, as gdal will build with blosc if it can find it, and adding a recipe for c-blosc.
The text was updated successfully, but these errors were encountered:
Current gdal binaries are built without blosc compression support, which is necessary for reading some
zarr
files. See r-spatial/stars#663 (comment). I believe it should be a matter of addingc-blosc
toDepends:
, as gdal will build with blosc if it can find it, and adding a recipe for c-blosc.The text was updated successfully, but these errors were encountered: