| S2_query_roi | R Documentation | 
Implements the query options for roi described in the wiki.
S2_query_roi(dateMax = NULL, dateMin = NULL, geometry = NULL,
  regionId = NULL, utm = NULL, dateSingle = NULL, spatial = NULL,
  ...)
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   | 
spatial | 
 character, R package name (  | 
... | 
 further arguments, none implemented.  | 
data.frame return of the database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.