search for: gdalreadonly

Displaying 1 result from an estimated 1 matches for "gdalreadonly".

2010 Sep 24
2
Reading in .aux (ESRI raster files) into R
...;mm curious as to how to make sure all the details are included. I also tried to use Spain10km<-getRasterData("F://RMap//sp10kpointid1", ,band=NULL, offset=c(0,0),region.dim=dim(sp10kpointid1, output.dim=region.dim,interleave=c(0,0),as.is=FALSE)) Error in assertClass(dataset, "GDALReadOnlyDataset") : Object is not a member of class GDALReadOnlyDataset Spain10km <- system.file("F://RMap//sp10kpointid1", package="rgdal") #These lines were used to then try to get it to recognise sp10kpointid1 as a member og the GDALReadOnly Dataset. > x <- new(&quot...