S2_query_product: Query database for 'product'

View source: R/S2_query_product.R

S2_query_productR Documentation

Query database for 'product'

Description

Implements the query options for 'product' described in the wiki.

Usage

S2_query_product(atmCorr = NULL, dateMax = NULL, dateMin = NULL,
  geometry = NULL, orbitNo = NULL, product = NULL,
  productId = NULL, regionId = NULL, retGeometry = FALSE,
  dateSingle = NULL, ...)

Arguments

atmCorr

logical if TRUE only results for atmospherically corrected data are returned.

dateMax

character end date of format "YYYY-MM-DD".

dateMin

character start date of format "YYYY-MM-DD".

geometry

geometry which should intersect with granules. Can be a geoJSON geometry string (e.g. "type":"Point","coordinates":[16.5,48.5]), the path to a Point/Polygon shapefile, a SpatialPoints object or a SpatialPolygons object.

orbitNo

integer from 1 to 143.

product

charactrer ESA product id.

productId

internal metadata database product id.

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?

dateSingle

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

...

further arguments, none implemented.

Value

data.frame return of the database.


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