Closed tpoisot closed 3 years ago
Merging #50 (f899850) into master (1a41008) will increase coverage by
1.29%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 85.75% 87.05% +1.29%
==========================================
Files 17 17
Lines 344 363 +19
==========================================
+ Hits 295 316 +21
+ Misses 49 47 -2
Flag | Coverage Δ | |
---|---|---|
unittests | 87.05% <100.00%> (+1.29%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/datasets/geotiff.jl | 100.00% <100.00%> (ø) |
|
src/lib/overloads.jl | 94.44% <100.00%> (+4.30%) |
:arrow_up: |
src/recipes/recipes.jl | 88.23% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1a41008...8b3df35. Read the comment docs.
@gabrieldansereau you might be right - I think we can remove it and use an iterator as suggested by @mkborregaard in #51, to do something with findall
instead. I should be able to remove it without too much trouble.
What the pull request does
collect
to get the non-nothing
values. (Fixes #48)isnothing
to get the coordinates ofnothing
values~hcat
andvcat
(Fixes #49)similar
method (Fixes #47)mask
function to clip a layer using a Boolean layerType of change
Please indicate the relevant option(s)
Checklist
Project.toml
fieldversion
has been updated