| .sits_raster_data_split {sits} | R Documentation |
This function splits a data.table into a list of chunks for parallel processing.
.sits_raster_data_split(data, ncores)
data |
Data (data.table or matrix). |
ncores |
Number of cores for processing. |
List of pairs of positions (first row, last row) to be assigned to each core.
Gilberto Camara, gilberto.camara@inpe.br