Description Usage Arguments Details Value
Creates a pixel id grid, a grid with consecutive cell numbers.
1 2 | createPixid(xmin = 0, xmax = 280000, ymin = 3e+05, ymax = 625000,
resolution = 25)
|
xmin |
minimum x coordinate |
xmax |
maximum x coordinate |
ymin |
minimum y coordinate |
ymax |
maximum y coordinate |
resolution |
resolution of grid |
This functions requires a datacube reference (pixid) grid
A raster grid with extent (xmin,xmax,ymin,ymax) and given resolution. All values in meters. The 'Amersfoort' projection is used as coordinate reference system.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.