Learn R Programming

sits (version 1.12.0)

.sits_raster_filename: Define a filename associated to one classified raster layer

Description

Creates a filename for a raster layer with associated temporal information, given a basic filename.

Usage

.sits_raster_filename(file, start_date, end_date)

Arguments

file

Original file name (without temporal information).

start_date

Starting date of the time series classification.

end_date

End date of the time series classification.

Value

Name of the classification file for the required interval.