georefpostings
R2026bReference raster postings to geographic coordinates
Syntax
Description
creates a reference object for a raster of regularly posted samples in geographic
coordinates. Specify the latitude and longitude limits of the raster using
R = georefpostings(latlim,lonlim,rasterSize)latlim and lonlim. Specify the number
of rows and columns in the raster using rasterSize.
specifies the distance between adjacent postings using
R = georefpostings(latlim,lonlim,latspacing,lonspacing)latspacing and lonspacing. If
necessary, the georefpostings function adjusts the geographic
limits to ensure that each dimension of the raster has an integer number of
samples.
specifies properties of the reference object using one or more name-value arguments,
in addition to the input arguments in the previous syntaxes.R = georefpostings(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Tips
To create a geographic raster reference object from a world file matrix, use the
georasterref function.