Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Mask a layer by GBIF occurrences #65

Merged
merged 14 commits into from
Feb 28, 2021
Merged

Mask a layer by GBIF occurrences #65

merged 14 commits into from
Feb 28, 2021

Conversation

tpoisot
Copy link
Member

@tpoisot tpoisot commented Feb 27, 2021

What the pull request does

Creates a layer to either have presence/absence of number of ocucrrences in a GBIFRecords query.

πŸ“– Documentation

πŸ›‘ Closes #60
ℹ️ Helps with #61 and #64
❓ Might help with #59 as well

Type of change

Please indicate the relevant option(s)

  • πŸ› Bug fix (non-breaking change which fixes an issue)
  • ❇️ New feature (non-breaking change which adds functionality)
  • πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • πŸ“– This change requires a documentation update

Checklist

  • The changes are documented
    • The docstrings of the different functions describe the arguments, purpose, and behavior
    • There are examples in the documentation website
  • The changes are tested
  • The changes do not modify the behavior of the previously existing functions
  • The Project.toml field version has been updated

@tpoisot tpoisot mentioned this pull request Feb 27, 2021
@codecov-io
Copy link

codecov-io commented Feb 27, 2021

Codecov Report

Merging #65 (bd7a860) into master (7c3316c) will increase coverage by 0.57%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   85.26%   85.83%   +0.57%     
==========================================
  Files          22       22              
  Lines         475      480       +5     
==========================================
+ Hits          405      412       +7     
+ Misses         70       68       -2     
Flag Coverage Ξ”
unittests 85.83% <85.71%> (+0.57%) ⬆️

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

Impacted Files Coverage Ξ”
src/operations/mask.jl 0.00% <0.00%> (ΓΈ)
src/integrations/GBIF.jl 88.88% <90.00%> (+10.31%) ⬆️
src/lib/overloads.jl 94.38% <100.00%> (-0.19%) ⬇️

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 7c3316c...bd7a860. Read the comment docs.

@tpoisot tpoisot merged commit 6b5770c into master Feb 28, 2021
@tpoisot tpoisot deleted the tpoisot/issue60 branch February 28, 2021 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Occupancy mask
2 participants