create_dirs: Creates a set of directories which are an essential part of...

View source: R/create_dirs.R

create_dirsR Documentation

Creates a set of directories which are an essential part of the general workflow of this package

Description

Using the directory provided by path as root this function creates the sub-directory /gapfill with sub-folders /gapfill/filled, /gapfill/master, /gapfill/output, /gapfill/progressReports and /gapfill/splits.

Usage

create_dirs(path, startYear, endYear)

Arguments

path

character, full path indicating the directory containing the images to process with Gapfill.

startYear

numeric, indicates the starting time-point, on the annual scale, of a time series of satellite images to process.

endYear

numeric, indicates the ending time-point, on the annual scale, of a time series of satellite images to process.

Value

At the location indicated by path, the abovementioned directories will be created.


igapfill documentation built on June 8, 2025, 10:41 a.m.