landsat_list_images: List Landsat Files

Description Usage Arguments Value Examples

View source: R/landsat_files.R

Description

List files in path that are valid landsat GeoTiff filenames, which are something like "LT05_L1TP_063013_19960711_20170104_01_T1_B2.TIF".

Usage

1
2
3
landsat_list_images(path = ".", full.names = TRUE, recursive = FALSE)

landsat_list_archives(path = ".", full.names = TRUE, recursive = FALSE)

Arguments

path

The directory where files are located

full.names

Use full names in relation to the working directory

recursive

Look in all subdirectories.

Value

A character vector of file locations.

Examples

1
2

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