NEWS.md
raster
package does not compress GeoTIFF raster files any longer by default. This is probably due to the switch from rgdal
to terra
and has been fixed by generally using the LZW algorithm.hydroGOF
from imported packages list (maptools
is retiring and hydroGOF
depends on it via hydroTSM
). Thanks to Roger Bivand for raising this issue (#17).rgdal
from suggested packages list and set minimum required version of the raster
package to ≥ 3.6.3 (rgdal
is retiring and raster
≥ 3.6.3 does not depend on it any longer). Thanks to Roger Bivand for raising this issue (#17).autoCalibrate2()
method: allows for calibrating the overland and channel deposition rate in one go.DEMrelatedInput()
can handle multiple catchment outlets now and so does calibrationQuality()
.DEMrelatedInput()
now returns the breached DEM with reversed stream burning if applicable instead of the original one.DEMrelatedInput()
now calculates “correct” slopes even if the channels used for stream burning contain gaps.RPhosFate
now makes sure that the x- and y-coordinates of gauges used for calibration lie within the extent of the river catchment object."inChannelRetention"
output of calibrationQuality()
to "inChannelRetentionRatio"
.RPhosFate
requires R ≥ 3.5.0 now.subsequentRun()
method, which allow for calling the respective methods:
erosionPrerequisites
erosion
emission
transportPrerequisites
transportCalcOrder
cv_MCl
argument to RPhosFate()
and catchment()
methods: allows for specifying the names of the layers, which shall be written to disk with the associated Monte Carlo iteration in their filenames upon calling the appropriate methods.calibrationQuality()
is now prettier.RPhosFate
now depends on the spatstat.geom
instead of the spatstat
package.whitebox
package (≥ 2.0.0).DEMrelatedInput()
function.DEMrelatedInput()
function now calculates the slopes from the breached DEM (stream burning is undone beforehand).cs_fex
argument to DEMrelatedInput()
function: allows for using Erdas Imagine raster files for backward compatibility.cs_dir
argument to DEMrelatedInput()
function: allows for utilising an existing D8 flow directions raster using ArcGIS codes.demoProject()
function providing training data.tinytest
package.covr
.