Skip to content

Commit

Permalink
attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 24, 2023
1 parent 405fb59 commit 3abf86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/methods/extract.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function extract(x::RasterStackOrArray, data;
)
_extract(x, data; dims, names, kw...)
end

_extract(A::RasterStackOrArray, point::Missing; kw...) = missing
_extract(A::RasterStackOrArray, geom; kw...) = _extract(A, GI.geomtrait(geom), geom; kw...)
function _extract(A::RasterStackOrArray, ::Nothing, geoms; skipmissing=false, kw...)
Expand Down

0 comments on commit 3abf86c

Please sign in to comment.