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

Description Usage Arguments Value Examples

View source: R/GDAL_get_changes.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_changes(x, y, size, outpath, outfile, values_of_interest,
  spatial = FALSE, number_of_cores = 2)

Arguments

x

t1 raster

y

t2 raster

size

tilesize

outpath

Folder in which the temporary raster files will be created. If keep_temp argument is set to FALSE (default), files will be deleted after the process is sucessfully executed. Default path is R temporary directory (see tempdir()).

outfile

Output file name. Optional.

spatial

Logical. When TRUE function returns SpatialPointsDataFrame. Default is FALSE.

crop_category_to_model

crop category to subset. Numeric. Accepts vectors.

Value

None.

Examples

1
Dunno

MirzaCengic/gdalR documentation built on July 26, 2019, 11:36 p.m.