mosaic_sentinel: Mosiac Sentinel-1 images

View source: R/AgroSoil_generic_functions.R

mosaic_sentinelR Documentation

Mosiac Sentinel-1 images

Description

Mosiac Sentinel-1 images (variant orbits) for VV and VH polarisations

Usage

mosaic_sentinel(
  j,
  orbit.lst,
  pol.lst = c("VV", "VH"),
  pixel,
  Sen1_lst.byMonth,
  sens.year.lst,
  out_dir
)

Arguments

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

Examples

library(rgdal)
library(lubridate)

out <- mosaic_sentinel(j, orbit.lst, pol.lst = c("VV", "VH"), pixel, Sen1_lst.byMonth, sens.year.lst)

kanj241/agrosoil documentation built on March 25, 2022, 12:22 a.m.