gdalio_local_grid | R Documentation |
Generate a default local grid to use for subsequent data reads.
gdalio_local_grid( x = 147, y = -42, buffer = 2500000, family = "laea", dim = if (dev.cur() == 1) { c(512, 512) } else { dev.size("px") } )
x |
longitude |
y |
latitude |
buffer |
width either side of x, y |
family |
projection family (as per PROJ strings) |
dim |
size of grid nx, ny |
All arguments have default values.
list appropriate for gdalio_set_default_grid()
gdalio_local_grid() gdalio_local_grid(family = "stere")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.