S2_put_roi: Creates new or update existing regions of interest

View source: R/S2_put_roi.R

S2_put_roiR Documentation

Creates new or update existing regions of interest

Description

Place/Update roi for processing Sentinel-2 data

Usage

S2_put_roi(geometry, regionId = NULL, cloudCovMax = 50,
  indicators = NULL, dateMin = NULL, dateMax = NULL, srid = 4326)

Arguments

geometry

SpatialPoints, SpatialPolygons or path to a shapefile on disk

regionId

character a new or existing region name

cloudCovMax

integer cloud coverage treshold for a given region

indicators

character vector of indicator names to be computed for a given region (e.g. c("LAI", "FAPAR"))

dateMin

character, date 'YYYY-MM-DD' beginning of the region's time span

dateMax

character, date 'YYYY-MM-DD' end of the region's time span

srid

integer geometry projection SRID (e.g. 4326 for WGS-84)

Value

object describing the created ROI (as returned by the REST API)


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