materilize_grid | R Documentation |
Returns an empty SpatRast obj with prescibed properties
materilize_grid( file = NULL, ext = NULL, diminsion = NULL, projection = NULL, fillValue = NULL )
file |
path to a gridded file (either .tif or .nc), or SpatRast object |
ext |
extent (xmin, xmax, ymin, ymax) in some coordinate system |
diminsion |
dimension (number of columns, number of rows) |
projection |
projection - the actual coordinate system |
SpatRaster object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.