read_gridmet: Reads a GRIDMET binary weather file

View source: R/read_binary.R

read_gridmetR Documentation

Reads a GRIDMET binary weather file

Description

Reads a GRIDMET binary weather file

Usage

read_gridmet(file_path, begin = 1979, end = 2019, id = NULL)

Arguments

file_path

path to file location

begin

beginning year of data

end

ending year of data

id

Either a string or 'NULL'. If a string, the output will contain a variable with that name with the filename(s) as the value. If 'NULL', the default, no variable will be created.

Value

a data frame with date and 8 environmental variables


pruettm/agclimtools documentation built on Aug. 8, 2022, 10:21 a.m.