vrt_set_meta | R Documentation |
This function sets the metadata information to a vrt file. It creates some dataset wide metadata, as well as band specific descriptions and times.
vrt_set_meta(vrt_path, description, time_vector, time_bp = TRUE)
vrt_path |
path to the XML file defining the vrt dataset |
description |
a string with the description of the variable in this dataset |
time_vector |
a vector of descriptions (same length as the number of bands) |
time_bp |
boolean defining whether time is in BP or (if FALSE) CE |
TRUE if the file was updated correctly, FALSE if the update failed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.