georefpostings
Reference raster postings to geographic coordinates
Syntax
Description
returns
a default referencing object for a raster of regularly posted samples
in geographic coordinates.R
= georefpostings()
constructs a referencing object for a raster spanning the specified
limits in latitude and longitude, with the numbers of rows and columns
specified by R
= georefpostings(latlim
,lonlim
,rasterSize
)rasterSize
.
allows the geographic sample spacings to be set precisely. The geographic limits
will be adjusted slightly, if necessary, to ensure an integer number of samples in
each dimension.R
= georefpostings(latlim
,lonlim
,latspacing
,lonspacing
)
allows
the directions of the columns and rows to be specified via name-value
pairs.R
= georefpostings(latlim
,lonlim
,___,Name,Value
)
Examples
Input Arguments
Output Arguments
Tips
To construct a geographic raster reference object from a world file matrix, use the
georasterref
function.
Version History
Introduced in R2015b