lsat_scene_files: List files for a Landsat scene

Description Usage Arguments Details Value See Also Examples

Description

List files for a Landsat scene

Usage

1

Arguments

x

(character) A URL to a scene html file

...

Curl options passed on to crul::HttpClient()

Details

This function fetches files available in a scene, while lsat_scenes() lists the scenes, but not their files

Value

A data.frame with two columns:

See Also

lsat_scenes()

Examples

1
2
3
4
5
6
## Not run: 
res <- lsat_scenes(n_max = 10)
lsat_scene_files(x = res$download_url[1])
lsat_scene_files(x = res$download_url[2])

## End(Not run)

getlandsat documentation built on May 2, 2019, 2:37 a.m.