hunzikp / velox

https://hunzikp.github.io/velox/
119 stars 23 forks source link

Add VeloxRaster_disaggregate #27

Open dbaston opened 6 years ago

dbaston commented 6 years ago

This PR adds a disaggregate method to VeloxRaster. Unlike the disaggregate function in the raster package, this implementation does not give the option of performing interpolation as part of the disaggregation. It simply copies cell values.

codecov-io commented 6 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.69%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   50.02%   50.72%   +0.69%     
==========================================
  Files          21       23       +2     
  Lines        1765     1790      +25     
==========================================
+ Hits          883      908      +25     
  Misses        882      882
Impacted Files Coverage Δ
src/disaggregate.cpp 100% <100%> (ø)
R/velox_disaggregate.R 100% <100%> (ø)

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 ff7bc3c...914456a. Read the comment docs.