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
as I was running the #11 resolution and computing script I received an error for the missing object EX1.Crop
by simply adding "EX1.Crop<-rast("EX1_RGB_HighResolution.tif")" I received: Error in if (raster::projection(fieldShape) != raster::projection(mosaic)) { : missing value, where TRUE/FALSE is requiered
would be awesome to hear your solution / how you got your script running
(same issue turns up in chapters 12 and 13)
thanks for your help upfront
The text was updated successfully, but these errors were encountered:
Hey there,
I'm still trying to understand where EX1.crop is defined before step 11.
As far as I can see EX1.crop got deleted from chapter 2 during one of the last couple updates.
How are chapters 11 and following still running properly for you?
Hey there,
as I was running the #11 resolution and computing script I received an error for the missing object EX1.Crop
by simply adding "EX1.Crop<-rast("EX1_RGB_HighResolution.tif")" I received: Error in if (raster::projection(fieldShape) != raster::projection(mosaic)) { : missing value, where TRUE/FALSE is requiered
would be awesome to hear your solution / how you got your script running
(same issue turns up in chapters 12 and 13)
thanks for your help upfront
The text was updated successfully, but these errors were encountered: