Unai Pérez-Goya
Unai Pérez-Goya
Dear @Bartesto , the rsat_smoothing_images function only accepts rtoi (from rsat) or SpatRaster (from terra) objects. If you are using a RasterBrick you can simply induce the data using rast(your_RasterBrick)....
Sorry for the errors with this package. The last few months the API that RGISTools uses to download images has changed a lot. Because of that, the package is not...
Dear @ryusupjan, You can smoothin images with IMA with spatRaster in our new package rsat (https://github.com/spatialstatisticsupna/rsat). Here you have the example: require(terra) # load an example of NDVI time series...