eco-hydro / phenofit

R package: A state-of-the-art Vegetation Phenology extraction package, phenofit
http://phenofit.top
GNU General Public License v2.0
73 stars 32 forks source link

v0.1.3 released #2

Closed kongdd closed 6 years ago

kongdd commented 6 years ago
  1. Fix the error of check_input
  2. In season, add automatical parameter adjusting module for Rough fitting methods (i.e. wWHd, wSG, wHANTS).
  3. Rough fitting methods is still not stable.
codecov[bot] commented 6 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.99%. The diff coverage is 64.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage    26.8%   27.79%   +0.99%     
==========================================
  Files          29       30       +1     
  Lines        1944     1975      +31     
==========================================
+ Hits          521      549      +28     
- Misses       1423     1426       +3
Impacted Files Coverage Δ
R/tools.R 13.79% <ø> (-36.65%) :arrow_down:
R/smooth_whit_lambda.R 7.07% <0%> (-11.31%) :arrow_down:
R/smooth_HANTS.R 0% <0%> (ø) :arrow_up:
R/optimDL.R 0% <0%> (ø) :arrow_up:
R/smooth_sgfitw.R 0% <0%> (ø) :arrow_up:
R/check_input.R 61.36% <100%> (+1.36%) :arrow_up:
R/check_seasonality.R 31.81% <100%> (+1.04%) :arrow_up:
src/wTSM.cpp 96.29% <100%> (+12.96%) :arrow_up:
R/smooth_whit.R 93.75% <100%> (ø) :arrow_up:
R/wFUN.R 38.88% <100%> (+1.74%) :arrow_up:
... and 9 more

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 10458d3...d9abe2a. Read the comment docs.

kongdd commented 6 years ago

v0.1.4 released