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

Add mask and mask! for DataFrames #79

Closed gabrieldansereau closed 3 years ago

gabrieldansereau commented 3 years ago

What the pull request does

Fixes #74. Adds additional mask and mask! functions to create presence-absence or abundance layers from DataFrames, similar to what we have for GBIFRecords.

TODO

Type of change

Please indicate the relevant option(s)

Checklist

codecov-io commented 3 years ago

Codecov Report

Merging #79 (0d2a4eb) into master (1b4715f) will increase coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   85.36%   85.77%   +0.40%     
==========================================
  Files          22       22              
  Lines         492      506      +14     
==========================================
+ Hits          420      434      +14     
  Misses         72       72              
Flag Coverage Δ
unittests 85.77% <100.00%> (+0.40%) :arrow_up:

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

Impacted Files Coverage Δ
src/integrations/DataFrames.jl 98.27% <100.00%> (+0.54%) :arrow_up:

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 1b4715f...0d2a4eb. Read the comment docs.