Skip to content

Commit

Permalink
Update src/raster/array.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Schouten <[email protected]>
  • Loading branch information
yeesian and rafaqz authored Feb 10, 2025
1 parent e5760fa commit e1b8d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1b8d10

Please sign in to comment.