daymet_bag: Construct a daymet ncdf object bag of goodies

View source: R/grid.R

daymet_bagR Documentation

Construct a daymet ncdf object bag of goodies

Description

Construct a daymet ncdf object bag of goodies

Usage

daymet_bag(x, verbose = TRUE)

Arguments

x

a ncdf4 object

verbose

logical if TRUE then issue a polite message about the wait

Value

bag a list (bag of goodies) useful for navigating the ncdf object. It includes the following elements

  • param character, the parameter name

  • crs character the CRS projection string

  • res numeric the grid cell size in meters

  • lon numeric matrix of cell locations in degrees longitude

  • lat numeric matrix of cell locations in degrees latitude

  • x the east-west cell locations (meters)

  • y the north south cell locations (meters)


BigelowLab/daymet documentation built on Aug. 29, 2023, 8:21 a.m.