create_dirs {igapfill}R 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.


[Package igapfill version 0.0.41 Index]