s2_dop_simpl | R Documentation |
sen2r::s2_dop()
for internal useThis 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()
.
s2_dop_simpl(s2_orbits, timewindow, mission)
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). |
A data table with the dates (column "date"), the missions (column "mission") and the orbits (column "orbit").
License: GPL 3.0
Luigi Ranghetti, PhD (2021) luigi@ranghetti.info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.