extract_overlap_rasters: extract_overlap_rasters

Description Usage Arguments Author(s) See Also

Description

Coerces two rasters to have a shared subset of their common overlap.

Usage

1
2
3
  extract_overlap_rasters(raster1, raster2, filename1,
    filename2, raster1_crop = TRUE, raster2_crop = TRUE,
    verbose = TRUE, ...)

Arguments

raster1

The first raster to extract the overlap zone from.

raster2

The second raster to extract the overlap zone from.

filename1

The output filename of raster1 (optional).

filename2

The output filename of raster2 (optional).

raster1_crop

Logical. Proceed with cropping and returning raster1?

raster2_crop

Logical. Proceed with cropping and returning raster2?

verbose

Logical. Provide debugging feedback?

...

Other parameters to pass to crop.

Author(s)

Jonathan A. Greenberg STARStools@estarcion.net

See Also

crop


imad documentation built on May 2, 2019, 6:05 p.m.