-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mask and mask! now remove missing values in the source raster (#507)
* Update skipmissing.jl Fixed bug when calling skipmissing on a Raster of floats for which missingval = nothing. * Wrote test cases for skipmissing * Additional skipmissing test cases * Implemented additional _missing methods. * Implemented additional _missing methods. * mask and mask! now remove missing values in the source raster * skipmissing does not drop nothing * Update src/skipmissing.jl * Update src/skipmissing.jl * missingval must be convertable in both mask and mask * mask now allows missingval to be either a convertable value or missing * Test cases for mask * Test cases for mask! * Test cases for mask! * mask! test cases * mask! test cases * mask! test cases * mask! test cases --------- Co-authored-by: Rafael Schouten <[email protected]>
- Loading branch information
1 parent
ff90b8f
commit 96a56ed
Showing
2 changed files
with
60 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters