S2_query_angle: Prepare a list to query database for 'angle'

View source: R/S2_query_angle.R

S2_query_angleR Documentation

Prepare a list to query database for 'angle'

Description

Implements the query options for 'angle' found in the wiki

Usage

S2_query_angle(angleType = NULL, band = NULL, broken = FALSE,
  dateMax = NULL, dateMin = NULL, geometry = NULL, granule = NULL,
  granuleId = NULL, orbitNo = NULL, product = NULL,
  productId = NULL, regionId = NULL, retGeometry = FALSE,
  utm = NULL, dateSingle = NULL, ...)

Arguments

angleType

see wiki

band

see wiki

broken

see wiki

dateMax

see wiki

dateMin

see wiki

geometry

see wiki

granule

see wiki

granuleId

see wiki

orbitNo

see wiki

product

see wiki

productId

see wiki

regionId

region of interest id (overrides the geometry parameter, if dateMin or dateMax are not specified, they are taken from the region of interest settings)

retGeometry

logical should product geometry be included in the response?

utm

see wiki

dateSingle

character date of format "YYYY-MM-DD", specifies a single date and will override dateMin and dateMax.

...

further arguments, none implemented

Value

list of query arguments


IVFL-BOKU/sentinel2 documentation built on May 13, 2022, 11:15 p.m.