landsat_crop: Crop Landsat objects to a boundary

Description Usage Arguments Value

View source: R/landsat_transform.R

Description

This function crops a landsat_scene or landsat_scene_df (as generated by landsat_load_scenes) to a spatial object describing a boundary. This is usually an object of type SpatialPolygons-class, but could also be from the sf package, a bbox, or an extent.

Usage

1
2
3
landsat_crop(x, boundary)

landsat_mask(x, boundary)

Arguments

x

A landsat_scene or landsat_scene_df (from landsat_load_scenes)

boundary

Usually an object of type SpatialPolygons-class, but could also be from the sf package, a bbox, or an extent.

Value

A landsat_scene or landsat_scene_df


paleolimbot/landsatutils documentation built on May 24, 2019, 6:14 a.m.