Description Usage Arguments Value
View source: R/sentinel_low_tide_select.R
Requires a registred Copernicus SciHub account
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | sentinel_low_tide_select(
start_date,
end_date,
aoi,
download = FALSE,
download_path,
login,
pw,
platform,
product,
sensor_id,
time_window,
country,
site_id,
cloud_percentage,
tile_id = NULL
)
|
start_date |
intial date in the format yyyy-mm-dd (e.g. 2018-01-01) |
end_date |
final date in the format yyyy-mm-dd (e.g. 2018-12-01) |
aoi |
shapefile with area of interest |
download |
the user can decide to decide to download the images or not, default=FALSE |
download_path |
path for the folder where images will be downloaded |
login |
user name for the Copernicus SciHub account |
pw |
password for the Copernicus SciHub account |
platform |
Choice of Satellite (Sentinel-1, Sentinel-2, Sentinel-3) |
product |
Choice of product type (L1C, L2Ap and L2A available) |
sensor_id |
code to select both satellites (S2), only satellite A (S2A) and only satellite B (S2B) |
time_window |
Time window (in hours) around low tide for selecting an image |
country |
code to select tidal tables from a particular country, fr for France and all for all other countries |
site_id |
numerical code to the tidal station, e.g. 114 for Le Croisic |
cloud_percentage |
parameter to exclude images that have less than the percentage of clouds defined in this parameter |
tile_id |
to select the tile code if needed |
a dataframe listing all the images that are available and/or downloaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.