Given everything from lapply, combine it.

combine_output(tile_output, blocksize, only_name = NULL)

Arguments

tile_output

is a list where each entry is a all data for a single tile. Each entry has one member named block, which identifies the tile. The ther entries are the arrays in (year, row, col).

blocksize

An named array with "row" and "col".

only_name

The name of a single array to combine from all tiles.

Value

The data combined, where each piece is offset by the same offset.