Displaying 2 results from an estimated 2 matches for "assertclass".
2004 Jan 22
0
help on rgdal package
...> saveDataset(x,"xxx.data")
Error in .local(.Object, ...) :
GDAL Error 6: GDALDriver::Create() ... no create method implemented for this format.
Or should the dataset be raster data? Then I get:
> rd<-getRasterData(x)
> saveDataset(rd,"test.data")
Error in .assertClass(dataset, "GDALReadOnlyDataset") :
Object is not a member of class GDALReadOnlyDataset
Does anybody see what am I doing wrong? Thanks.
Hana Sevcikova
2010 Sep 24
2
Reading in .aux (ESRI raster files) into R
...s have a cell size an i'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 Dat...