sen_clip_stack: Clip and stack bands from Sentinel 2a

Description Usage Arguments Examples

View source: R/sen_clip_stack.R

Description

This function allows you to clip and stack several bands from sentinel 2a data

Usage

1
2
3
4
5
6
7
8
sen_clip_stack(
  inpath,
  xmin = -180,
  xmax = 180,
  ymin = -90,
  ymax = 90,
  write = T
)

Arguments

inpath

characterstring to unzipped folder from sentinel download

xmin

numeric, minimal longitude of study area

xmax

numeric, maximal longitude of study area

ymin

numeric, minimal latitude of study area

ymax

numeric, maximal latitude of study area

Examples

1

envima/GEDItools documentation built on July 25, 2020, 5:13 p.m.