gdalio_set_default_grid | R Documentation |
Input may be a list with extent
$dimension
, $projection
, which is c(xmin, xmax, ymin, ymax)
,
c(ncol, nrow)
, and string (accepted by GDAL as a projection input). Alternatively, use
a raster, stars, or terra object. Only simple cases of stars will work (regular grids with positive x, negative y transforms).
gdalio_set_default_grid( x, ..., extent = NULL, dimension = NULL, projection = NULL )
x |
grid specification, a list with '$extent, $dimension, $projection' or a spatial grid object see Details |
the grid specification (originally: nothing, used to set a default grid available globally)
gdalio_set_default_grid(list(extent = c(-1000, 1000, -2000, 2000), dimension = c(100, 200), projection = "+proj=longlat")) gdalio_set_default_grid()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.