Description Usage Arguments Value Examples
View source: R/GDAL_get_changes.R
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.
1 2 | get_changes(x, y, size, outpath, outfile, values_of_interest,
spatial = FALSE, number_of_cores = 2)
|
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. |
None.
1 | Dunno
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.