| .sits_get_ts {sits} | R Documentation |
Dispatch function to get time series from data cubes and cloud services
.sits_get_ts(cube, samples, ..., bands = NULL, impute_fn, multicores)
cube |
Data cube from where data is to be retrieved. |
samples |
Samples to be retrieved. |
bands |
Bands to be retrieved (optional). |
impute_fn |
Imputation function for NA values. |
multicores |
Number of threads to process the time series. |
Gilberto Camara