makeTiles: Make a tiling system from a bounding box

Description Usage Arguments Value Author(s)

View source: R/makeTiles.R

Description

Make a tiling system from a bounding box

Usage

1
2
3
4
5
6
7
8
9
makeTiles(
  bb,
  block.x,
  block.y,
  overlap.percent,
  limit.bbox,
  columns = NULL,
  rows = NULL
)

Arguments

bb

Bounding Box

block.x

Size of the block in X

block.y

Size of the block in Y

overlap.percent

Percent of overlap; default 0

limit.bbox

Optional limiting bounding box

columns

Optional number of columns

rows

Optional number of rows

Value

A regular tiling system

Author(s)

Tom Hengl


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

Related to makeTiles in landmap...