S2_query_roi: Query database for 'roi'

View source: R/S2_query_roi.R

S2_query_roiR Documentation

Query database for 'roi'

Description

Implements the query options for roi described in the wiki.

Usage

S2_query_roi(dateMax = NULL, dateMin = NULL, geometry = NULL,
  regionId = NULL, utm = NULL, dateSingle = NULL, spatial = NULL,
  ...)

Arguments

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.

regionId

chracter name of the 'roi'

utm

character UTM zone, e.g. 33U, 01C.

dateSingle

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

spatial

character, R package name (sp or sf) to the format used by which roi geometries should be converted.

...

further arguments, none implemented.

Value

data.frame return of the database.


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