lsat_scenes: List Landsat scenes

View source: R/lsat_scenes.R

lsat_scenesR Documentation

List Landsat scenes

Description

List Landsat scenes

Usage

lsat_scenes(...)

Arguments

...

Further args passed on to readr::read_csv()

Details

We use readr::read_csv() to read the scene list file from http://landsat-pds.s3.amazonaws.com/scene_list.gz. See the help file for readr::read_csv() for what parameter you can pass to modify it's behavior.

This is an alternative to using lsat_list(). This function downloads the up to date compressed csv file, while lsat_list() uses the AWS S3 API.

See Also

lsat_scene_files()

Examples

## Not run: 
res <- lsat_scenes()
res

# read only N rows
lsat_scenes(n_max = 10)

## End(Not run)

ropenscilabs/getlandsat documentation built on Sept. 12, 2022, 4:08 p.m.