Reference raster postings to map coordinates
returns
a default referencing object for a raster of regularly posted samples
in planar (map) coordinates.R
= maprefpostings()
constructs a referencing object for a raster spanning the specified limits in planar
coordinates, with the numbers of rows and columns specified by
R
= maprefpostings(xlimits
,ylimits
,rasterSize
)rasterSize
.
allows the directions of the columns and rows to be specified via name-value
pairs.R
= maprefpostings(xlimits
,ylimits
,___, Name,Value
)
To construct a map raster reference object from a
world file matrix, use the maprasterref
function.