SentinelSearch: SentinelSearch

Description Usage Arguments Value

View source: R/SentinelSearch.R

Description

Searches available sentinel data for an area of interest and date range

Usage

1
2
SentinelSearch(musr = NA, mpass = NA, bbox = NA,
  sensing_date_start = NA, sensing_date_end = NA, platformname = NA)

Arguments

musr

Copernicus Open Access Hub user name (authentication)

mpass

Copernicus Open Access Hub password (authentication)

bbox

Geographic area of interest (a raster extent object)

sensing_date_start

Sensing start (from) datetime. Must be POSIXct object with tz.

sensing_date_end

Sensing end (to) datetime. Must be POSIXct object with tz.

platformname

Name of satellite. Either "Sentinel-1", "Sentinel-2" or c("Sentinel-1", "Sentinel-2").

Value

search response from server (json list)


mattjbayly/SentinelAPI documentation built on May 18, 2019, 11:28 p.m.