tile-methods: Tile spatial layers

Description Usage Arguments Value Author(s)

Description

Tile spatial layers

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S4 method for signature 'SpatialPointsDataFrame'
tile(x, y, block.x, ...)
## S4 method for signature 'SpatialPixelsDataFrame'
tile(x, y, block.x, ...)
## S4 method for signature 'SpatialPolygonsDataFrame'
tile(x, y, block.x, tmp.file = TRUE,
                                          program, show.output.on.console = FALSE, ...)
## S4 method for signature 'SpatialLinesDataFrame'
tile(x, y, block.x, tmp.file = TRUE,
                                       program, show.output.on.console = FALSE, ...)
## S4 method for signature 'RasterLayer'
tile(x, y, block.x, tmp.file = TRUE,
                             program, show.output.on.console = FALSE, ...)

Arguments

x

RasterLayer.

y

either points, pixels, polygons or lines.

block.x

size of the block in x direction.

tmp.file

temporary file name.

program

optional location of the gdalwarp.

show.output.on.console

shows progress.

...

optional argument.

Value

Regular tiling system

Author(s)

Tom Hengl


landmap documentation built on Oct. 14, 2021, 5:24 p.m.