if (FALSE) {
# Read in vegetation carbon data with meta file
vegc <- read_io(filename = "./vegc.bin.json")
# Add grid as attribute (via grid file in output directory)
vegc_with_grid <- add_grid(vegc)
}
Run the code above in your browser using DataLab