View source: R/AgroSoil_generic_functions.R
mosaic_sentinel | R Documentation |
Mosiac Sentinel-1 images (variant orbits) for VV and VH polarisations
mosaic_sentinel( j, orbit.lst, pol.lst = c("VV", "VH"), pixel, Sen1_lst.byMonth, sens.year.lst, out_dir )
j |
Vector or a list of all required months |
orbit.lst |
Vector containg list of Sentinel-1 orbits |
pixel |
Expected spatial pixel size |
Sen1_lst.byMonth |
Vector or a list of a required month. |
sens.year.lst |
Vector or a list of required years. |
out_dir |
Main output directory |
library(rgdal) library(lubridate) out <- mosaic_sentinel(j, orbit.lst, pol.lst = c("VV", "VH"), pixel, Sen1_lst.byMonth, sens.year.lst)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.