powered by
List files for a Landsat scene
lsat_scene_files(x, ...)
(character) A URL to a scene html file
Curl options passed on to crul::HttpClient()
crul::HttpClient()
A data.frame with two columns:
file - file name
size - file size
This function fetches files available in a scene, while lsat_scenes() lists the scenes, but not their files
lsat_scenes()
# NOT RUN { res <- lsat_scenes(n_max = 10) lsat_scene_files(x = res$download_url[1]) lsat_scene_files(x = res$download_url[2]) # }
Run the code above in your browser using DataLab