get_timerange | R Documentation |
Helper function to get start and end time stamps from a NetCDF source.
get_timerange(nc_file, t_var)
nc_file |
character path or url to a NetCDF source or open netcddf object |
t_var |
character name of time variable |
nc_file <- system.file("extdata/metdata.nc", package = "intersectr")
get_timerange(nc_file, ncmeta::nc_coord_var(nc_file, "precipitation_amount")$T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.