Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 27, 2024
1 parent 34ed3e1 commit ea09888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/extract.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function _extract(A::RasterStackOrArray, e::Extractor, id::Int, geom; kw...)
_extract(A, e, id, GI.geomtrait(geom), geom; kw...)
end
function _extract(A::RasterStackOrArray, e::Extractor{T}, id::Int, ::Nothing, geoms::AbstractArray;
threaded=false, progress=true, skipmissing, kw...
threaded=false, progress=true, kw...
) where T
# Handle empty / all missing cases
isempty(geoms) || all(ismissing, geoms) && return T[]
Expand Down

0 comments on commit ea09888

Please sign in to comment.