You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow we claimed to support {terra} for input/output, but what we essentially have is {terra} SpatRaster support. The QGIS types 'raster', 'layer' and 'multilayer' are currently all handled by terra::rast() and terra::writeRaster(), helped by qgis_tmp_raster(). This is to be extended to SpatVector, and may cause some refactoring.