Hi everyone,
By running the code:
import arcpy
#Local variables
v19830101_tif = "C:\\Users\\me\\blablabla\\Dropbox\\Input\\Rainfall1\\19830101.tif"
# Process: Extract by Mask
arcpy.gp.ExtractByMask_sa(v19830101_tif, Fish2_shp__3_, clip)
I get the following error:
ERROR 000861: Input raster: C:\\Users\\me\\blablabla\\Dropbox\\Input\\Rainfall1\\19830101.tif is not valid
Does anyone know why? I tried to save the file in a local folder (instead of Dropbox) but I get the same error.
I am using ArcGis Pro 2.4.0
Andrea