Skip to content

Commit e1b8d10

Browse files
yeesianrafaqz
andauthored
Update src/raster/array.jl
Co-authored-by: Rafael Schouten <[email protected]>
1 parent e5760fa commit e1b8d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raster/array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ us to be able to index into it like we would an array.
2121
Constructing a RasterDataset will error if the raster bands do not have all the
2222
same size and a common element data type.
2323
"""
24-
struct RasterDataset{T,DS<:AbstractDataset,C} <: AbstractDiskArray{T,3}
24+
struct RasterDataset{T,DS<:AbstractDataset,C<:DiskArrays.GridChunks} <: AbstractDiskArray{T,3}
2525
ds::DS
2626
size::Tuple{Int,Int,Int}
2727
chunks::C

0 commit comments

Comments
 (0)