make_temporal_raster_df: Make dataframe for temporal rasters path and datetime

View source: R/make_temporal_raster_df.R

make_temporal_raster_dfR Documentation

Make dataframe for temporal rasters path and datetime

Description

Make dataframe for temporal rasters path and datetime

Usage

make_temporal_raster_df(in_folder, start_date, end_date, date_chars,
  date_format, extension = "tif")

Arguments

in_folder

The folder location of a set of rasters

start_date

Earliest date to include in output

end_date

Last date to include in output

date_chars

The characters in the file names that define the date

date_format

The date format of the date_chars

Value

Dataframe with two columns: path to temporally varying rasters, and the date


danamelamed/swnsmodelr documentation built on May 13, 2023, 5:09 a.m.