Cannot open the connection in raster R
问题 I used these functions several times, and they were working perfect, nothing wrong with my input data!! m<-raster::intersect(raster,shapefile) or n<-crop(raster, extent(shapefile)) I have to do this operation for a large set of data. Therefore, I tried to increase the speed of R by using multicore . I did use multicore.tabulate.intersect function from here However, nothing works for me. Then, whenever I run intersect or crop function I got this error: m<-raster::intersect(raster,shapefile)