Description Usage Arguments Details Value References Examples
View source: R/landsat_preprocessing.R
Uncompress .tar.gz folders containing Landsat images as downloaded from NASA EarthExplorer.
1 | untar_landsat(orig, dest = orig)
|
orig |
Path or folder containing the .tar.gz Landsat images. |
dest |
Path or folder to export the uncompressed Landsat images. |
Uncompress .tar.gz files containing Landsat images and save them in a folder with the original name of the compressed file. If dest is not specified, default is the same as orig.
Uncompressed Landsat bands and metadata.
https://earthexplorer.usgs.gov/
1 2 3 4 5 6 | ## Not run: # Export files to the same folder as input
untar_landsat("C:/Landsat/2017")
# Export files to a folder different than the input
untar_landsat("C:/Landsat/2017", "C:/Landsat")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.