landsat_load_scenes: Load multiple scenes from a vector of image filenames

Description Usage Arguments Value

View source: R/landsat_scene.R

Description

This function applies landsat_scene to a vector of image filenames, such as that listed by landsat_list_images.

Usage

1
landsat_load_scenes(path, include_bands = NULL)

Arguments

path

A vector of landsat image filenames

include_bands

A vector of band codes to include in the output, or NULL to use all of them.

Value

A data.frame with the same columns as landsat_parse_filename_image plus one named scene, containing the landsat scenes as loaded by landsat_scene.


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