Thank you for the great tutorial.
I am trying to reproduce your code.
When I run the following code:
forest_height_rasters <- lapply( forest_height_list, function(x) { terra::crop( x, terra::vect( portugal_sf ), snap = "in", mask = T ) } )
The following error is shown in the console pane:
Error: [crop] cannot create dataset
Any idea on how to solve this issue?
Thank you very much,
Luis Barqueira
Thank you for the great tutorial.
I am trying to reproduce your code.
When I run the following code:
forest_height_rasters <- lapply( forest_height_list, function(x) { terra::crop( x, terra::vect( portugal_sf ), snap = "in", mask = T ) } )The following error is shown in the console pane:
Error: [crop] cannot create dataset
Any idea on how to solve this issue?
Thank you very much,
Luis Barqueira