PoisotLab / SimpleSDMLayers.jl

Simple layers for species distribution modeling and bioclimatic data
https://docs.ecojulia.org/SimpleSDMLayers.jl/stable/
MIT License
19 stars 2 forks source link

✨ iteration (Fixes #51) #53

Closed tpoisot closed 3 years ago

tpoisot commented 3 years ago

Add the iteration protocol.

codecov-io commented 3 years ago

Codecov Report

Merging #53 (419ce2f) into master (ed1eef5) will increase coverage by 0.94%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   84.45%   85.39%   +0.94%     
==========================================
  Files          18       19       +1     
  Lines         373      363      -10     
==========================================
- Hits          315      310       -5     
+ Misses         58       53       -5     
Flag Coverage Δ
unittests 85.39% <100.00%> (+0.94%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SimpleSDMLayers.jl 83.33% <ø> (ø)
src/lib/iteration.jl 100.00% <100.00%> (ø)
src/datasets/sources.jl 33.33% <0.00%> (-50.01%) :arrow_down:
src/integrations/DataFrames.jl 97.67% <0.00%> (-0.06%) :arrow_down:
src/operations/mask.jl 0.00% <0.00%> (ø)
src/datasets/geotiff.jl 100.00% <0.00%> (ø)
src/operations/sliding.jl 0.00% <0.00%> (ø)
src/datasets/download_layer.jl 100.00% <0.00%> (ø)
src/lib/overloads.jl 96.55% <0.00%> (+2.16%) :arrow_up:
... and 2 more

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 ed1eef5...419ce2f. Read the comment docs.