georefcells
Reference raster cells to geographic coordinates
Syntax
Description
returns
a default referencing object for a regular raster of cells in geographic
coordinates.R
= georefcells()
constructs
a referencing object for a raster of cells spanning the specified
limits in latitude and longitude, with the numbers of rows and columns
specified by rasterSize.R
= georefcells(latlim
,lonlim
,rasterSize
)
allows the geographic cell extents to be set precisely. If necessary,
R
= georefcells(latlim
,lonlim
,latcellextent
,loncellextent
)georefcells
adjusts the geographic limits slightly to ensure
an integer number of cells in each dimension.
allows
the directions of the columns and rows to be specified via name-value
pairs.R
= georefcells(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