get_change_raster_GDAL: Extract changed cells from two rasters Get changes from two...

Description Usage Arguments Value Examples

View source: R/get_change_raster_GDAL.R

Description

Extract changed cells from two rasters Get changes from two rasters from different periods. The function is suitable for parallel processing of very large rasters on computers with many cores.

Usage

1
2
get_change_raster_GDAL(x, y, size, outpath, outfile, category,
  number_of_cores = 1)

Arguments

x

t1 raster

y

t2 raster

size

Tilesize. If blank, tile size will be 1000 * cell resolution.

outpath

Folder in which the temporary raster files will be created. Temporary files will be deleted when outfile is created.

outfile

Output file name. Optional.

category

Land cover category to extract.

number_of_cores

Number of cores to run. Default is 1.

Value

None.

Examples

1
Dunno

MirzaCengic/LUpak documentation built on July 18, 2019, 3:06 a.m.