Description Usage Arguments Details See Also Examples
List Landsat scenes
1 |
... |
Further args passed on to |
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.
1 2 3 4 5 6 7 8 | ## Not run:
res <- lsat_scenes()
res
# read only N rows
lsat_scenes(n_max = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.