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

View source: R/lsRemoveMetadata.R

lsRemoveMetadataR Documentation

Remove the Landsat-7 or Lansat-8 metadata from the environment

Description

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

Usage

lsRemoveMetadata()

Details

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

Examples

## 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)

spatialstatisticsupna/RGISTools documentation built on Feb. 21, 2023, 12:01 a.m.