makeTiles: Make a tiling system from a bounding box

View source: R/makeTiles.R

makeTilesR Documentation

Make a tiling system from a bounding box

Description

Make a tiling system from a bounding box

Usage

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


Envirometrix/landmap documentation built on June 10, 2022, 10:12 p.m.