rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
197 stars 34 forks source link

stack replace_missing and bugfixes #647

Closed rafaqz closed 2 months ago

rafaqz commented 2 months ago

fixes some bugs with missing value conversion, and adds replace_missing keyword to stacks as it was missing from the earlier PR

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 90.69767% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 82.32%. Comparing base (7ab31df) to head (05adca9). Report is 16 commits behind head on main.

Files Patch % Lines
src/array.jl 90.47% 2 Missing :warning:
src/stack.jl 90.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #647 +/- ## ========================================== + Coverage 81.34% 82.32% +0.98% ========================================== Files 61 60 -1 Lines 4337 4357 +20 ========================================== + Hits 3528 3587 +59 + Misses 809 770 -39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.