getScenes: Download Landsat and/or Sentinel-2 data using FORCE

Description Usage Arguments Value

View source: R/General.R

Description

Download Landsat and/or Sentinel-2 data using FORCE

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
getScenes(
  ext,
  queuepath,
  l1folder,
  metafolder,
  tmpfolder,
  cld = c(0, 100),
  starttime = c(1960, 1, 1),
  endtime = c(),
  tiers = "T1",
  sensors = c("LC08", "LE07", "LT05", "LT04", "S2A", "S2B", "S2A", "S2B")
)

Arguments

ext

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

queuepath

full path to the FORCE queue file

l1folder

full path to the FORCE level 1 folder

metafolder

full path to the FORCE metadata folder

tmpfolder

full path to a temporary folder

cld

minimum and maximum cloud cover, e.g. c(0,50)

starttime

start date, given as a vector of year, month, and day

endtime

end date, given as a vector of year, month, and day

tiers

tier of interest (only relevant for Landsat)

sensors

vector of sensors, e.g. c('LC08', 'LE07', 'LT05', 'LT04', 'S2A', 'S2B')

Value

downloads files


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