e-sensing / sits

Satellite image time series in R
https://e-sensing.github.io/sitsbook/
GNU General Public License v2.0
467 stars 76 forks source link

Remove file deletion form sits_clean() #1082

Closed gilbertocamara closed 6 months ago

gilbertocamara commented 7 months ago

Describe the requested improvement Currently, sits_clean() removes the input data cube after completing its actions. This practice is not to recommended. No sist function should delete its input.

Associated sits API function sits_clean()