lucC_merge_rasters: Merge blocks of RasterBrick or Rasters in accordance with...

Description Usage Arguments Value Author(s) Examples

View source: R/lucC_create_blocks.R

Description

Merge GeoTIFF splitted into parts. https://stackoverflow.com/questions/29784829/r-raster-package-split-image-into-multiples

Usage

1
2
lucC_merge_rasters (path_open_GeoTIFFs = NULL, number_raster = 4,
pattern_name = NULL, is.rasterBrick = FALSE)

Arguments

path_open_GeoTIFFs

Character. Name a path folder to OPEN raster images data.

number_raster

Integer. Number of GeoTIFF files.

pattern_name

Character. A pattern in name of GeoTIFF to mosaic them

is.rasterBrick

Boolean. If TRUE GeoTIFF is a RasterBrick, FALSE is a single layer. Default is FALSE

Value

RasterBrick Mosaic.

Author(s)

Adeline M. Maciel

Examples

1
2
3
4
5
6
7
## Not run: 

lucC_merge_rasters(path_open_GeoTIFFs = NULL, number_raster = 4,
                  pattern_name = "MT_year_", is.rasterBrick = FALSE)


## End(Not run)

ammaciel/sits.LUC.Calculus documentation built on May 3, 2019, 9:36 p.m.