From e1b8d101059574b2db900ccbde9ce497d1c4dcaf Mon Sep 17 00:00:00 2001 From: Yeesian Ng Date: Sun, 9 Feb 2025 16:27:18 -0800 Subject: [PATCH] Update src/raster/array.jl Co-authored-by: Rafael Schouten --- src/raster/array.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raster/array.jl b/src/raster/array.jl index 18cfbcc6..41a9fe7e 100644 --- a/src/raster/array.jl +++ b/src/raster/array.jl @@ -21,7 +21,7 @@ us to be able to index into it like we would an array. Constructing a RasterDataset will error if the raster bands do not have all the same size and a common element data type. """ -struct RasterDataset{T,DS<:AbstractDataset,C} <: AbstractDiskArray{T,3} +struct RasterDataset{T,DS<:AbstractDataset,C<:DiskArrays.GridChunks} <: AbstractDiskArray{T,3} ds::DS size::Tuple{Int,Int,Int} chunks::C