lsRemoveMetadata: Remove the Landsat-7 or Lansat-8 metadata from the...

Description Usage Details Examples

View source: R/lsRemoveMetadata.R

Description

lsRemoveMetadata removes Landsat-7 and/or Landsat-8 (.LS7MD/ .LS8MD) metadata from the environment in ‘R’.

Usage

1

Details

The metadata file is loaded in ‘R’ with ls7Search, ls8Search and lsDownSearch. lsRemoveMetadata removes the metadata and frees up valuable RAM.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# creates a MetaData folder and downloads the csv file
# in the current working directory
wdir <- file.path(tempdir(),"Path_for_downloading_folder")
print(wdir)
ls8LoadMetadata(AppRoot = wdir)
lsRemoveMetadata()

## End(Not run)

RGISTools documentation built on July 2, 2020, 3:58 a.m.