s2_dop_simpl: Simplified 'sen2r::s2_dop()' for internal use

View source: R/s2_dop_simpl.R

s2_dop_simplR Documentation

Simplified sen2r::s2_dop() for internal use

Description

This is a simplified version of s2_dop() which returns Sentinel-2 passages over certain orbits during a defined time interval. Checks over inputs are skipped to save time, and S2B dates before Sentinel-2 launch can also be returned, since this is required by smooth_ts().

Usage

s2_dop_simpl(s2_orbits, timewindow, mission)

Arguments

s2_orbits

A vector of Sentinel-2 orbits (as integer numbers or 3-length character).

timewindow

Temporal window for querying: Date object of length 2 (time window).

mission

(optional) Vector with the desired Sentinel-2 missions ("2A", "2B" or both).

Value

A data table with the dates (column "date"), the missions (column "mission") and the orbits (column "orbit").

Note

License: GPL 3.0

Author(s)

Luigi Ranghetti, PhD (2021) luigi@ranghetti.info


ranghetti/sen2rts documentation built on March 31, 2024, 1:18 a.m.