read_grd | R Documentation |
Read the header portion of a raster file
read_grd( filename = file.path("/mnt/ecocast/coredata/obpg/gom/DAY/chlor_a", "A2014365.L3m_DAY_CHL_chlor_a_4km.grd"), form = c("list", "tibble")[2] )
filename |
on or more filenames |
form |
return form can be 'list' or 'tibble' (default) |
one or more grd lists or the same as a tibble
dim vector of nrows, ncols, ncells, nlayers
extent vector of xmin, xmax, ymin, ymax
projection string
filename string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.