addSen2queue: Copy the scenes over area of extent and time span of interest...

Description Usage Arguments Value

View source: R/Sentinel2.R

Description

Copy the scenes over area of extent and time span of interest from an input folder to a level 1 folder and add these scenes to a queue file

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
addSen2queue(
  S2auxfolder,
  ext,
  S2folder,
  starttime,
  endtime,
  queuefolder,
  queuefile,
  l1folder
)

Arguments

S2auxfolder

directory with auxilliarity Sentinel-2 data, e.g. tile grid

ext

extent of the area of interest (vector with xmin, xmax, ymin, ymax in degrees)

S2folder

directory where all Sentinel-2 data are stored

starttime

start date of the time span of interest (vector with year, month, day)

endtime

end date of the time span of interest (vector with year, month, day)

queuefolder

directory where the queue file is stored

queuefile

name of the queue file

l1folder

directory of the level 1 folder

Value

adds Sentinel-2 data to the level1 folder and queue


RETURN-project/makeDataCube documentation built on Feb. 11, 2022, 3:04 p.m.