Skip to content

Commit

Permalink
attribution
Browse files Browse the repository at this point in the history
Co-authored-by: Tiem van der Deure <[email protected]>
  • Loading branch information
rafaqz and tiemvanderdeure committed Nov 24, 2023
1 parent 3abf86c commit ebc28b0
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 @@ -16,7 +16,7 @@ sliced arrays or stacks will be returned instead of single values.
# Keywords
- `geometry`: include a `:geometry` column with the corresponding points for each value, `true` by default.
- `index`: include a column of the `CartesianIndex` for each value, `false` by default.
- `index`: include an `:index` column of the `CartesianIndex` for each value, `false` by default.
- `names`: `Tuple` of `Symbol` corresponding to layers of a `RasterStack`. All layers by default.
- `skipmissing`: skip missing points automatically.
- `atol`: a tolorerance for floating point lookup values for when the `LookupArray`
Expand Down

0 comments on commit ebc28b0

Please sign in to comment.