search for: rasterobject

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

2011 Jun 10
2
merge large number of raster objects
Hello, I have a large number of raster objects in memory, with names RH100, RH101, RH102, etc. (myobjects <- ls(pattern='^RH')). These rasters are sections of a continuous map, and I would like to combine them using the RasterObject merge tool in package 'raster.' Merge expects an input list of raster objects (outmap<-merge(x, y, ...), where x, y, and ... are raster objects). I can run the command successfully if I type in every raster object that I want to merge, but this is impractical for the large number of...