CRAN Release 2.4.2
whitebox 2.4.2
-
wbt_source(): now acceptstmpdirargument which defaults totempdir()(notgetwd()orwbt_wd()) that is used for storing the intermediate shapefiles needed for WhiteboxTools- Also, the pattern for temporary file names is now customizable via
patternargument
- Also, the pattern for temporary file names is now customizable via
-
Bug fixes for
wbt_source():-
No longer writes temporary intermediate files to the working directory when passed a non-shapefile vector or non-GeoTIFF raster data source.
- The temporary directory is used by default, unless new
tmpdirargument is specified. This could be a breaking change if you were relying on the temporary files to be present in the WhiteboxTools working directory. Specifytmpdirin call towbt_source()to make old behavior explicit.
- The temporary directory is used by default, unless new
-
Properly uses
layerargument for data sources (e.g. GPKG) that may contain multiple vector layers or raster bands of interest (thanks to @mps9506 for reporting; #132)
-
whitebox 2.4.1
- Rebuilt
wbttoolsandwbttoolparameterswith WhiteboxTools v2.4.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #125
- whitebox v2.4.1 by @brownag in #128
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #131
- fix: wbt_source: properly pass
layerfor read from data source by @brownag in #133 - whitebox v2.4.2 by @brownag in #134
Full Changelog: v2.4.0...v2.4.2