View source: R/lsRemoveMetadata.R
lsRemoveMetadata | R Documentation |
lsRemoveMetadata
removes Landsat-7 and/or Landsat-8 (.LS7MD
/
.LS8MD
) metadata from the environment in ‘R’.
lsRemoveMetadata()
The metadata file is loaded in ‘R’ with ls7Search
,
ls8Search
and lsDownSearch
. lsRemoveMetadata
removes the metadata and frees up valuable RAM.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.