Learn R Programming

WaterBalanceR (version 0.1.19)

DownloadSentinel2: Downloads Sentinel-2 satellite data from Copernicus.

Description

Downloads Sentinel-2 satellite data from Copernicus.

Usage

DownloadSentinel2(
  target_path = NA,
  shape_site = NA,
  start_date = NA,
  end_date = NA,
  limit = 1000,
  max_cld = 10
)

Value

Geotiffs, containing Sentinel-2 data of AOI and every overpass.

Arguments

target_path

Path (string) to destination folder for downloaded csv-files from Raindancer.

shape_site

Path (string) to shapefile of AOI

start_date

You need to define a start date

end_date

You need to define an end date

limit

Limiter (int) for number of entrys in resulting table

max_cld

Cloud cover (int) as percent of maximum cloud coverage above AOI