Hello!
I ran wrong my pixel_metrics() one time, and then I wanted to create them again without changing the output files. However, when I try to run twice the same code I receive the error:
I tried to add writeRaster = TRUE, but as I understand it, it's not implemented and I should use new file names and recreate them.
Is there any other way to overwrite the items?
Hello! I ran wrong my
pixel_metrics()
one time, and then I wanted to create them again without changing the output files. However, when I try to run twice the same code I receive the error:I tried to add
writeRaster = TRUE
, but as I understand it, it's not implemented and I should use new file names and recreate them. Is there any other way to overwrite the items?