DESCRIPTION 1.39 KB
Newer Older
Nicolau Manubens Gil's avatar
Nicolau Manubens Gil committed
Title: Automatically Retrieve Multidimensional Distributed Data Sets 
Version: 0.1.2
Authors@R: c(
    person("BSC-CNS", role = c("aut", "cph")),
    person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut", "cre")),
    person("Javier", "Vegas", , "javier.vegas@bsc.es", role = c("ctb")),
    person("Pierre-Antoine", "Bretonniere", , "pierre-antoine.bretonniere@bsc.es", role = c("ctb")),
    person("Roberto", "Serrano", , "rsnotivoli@gmal.com", role = c("ctb")))
Nicolau Manubens Gil's avatar
Nicolau Manubens Gil committed
Description: Tool to automatically fetch, transform and arrange subsets of multidimensional data sets (collections of files) stored in local and/or remote file systems or servers, using multicore capabilities where possible. The tool provides an interface to perceive a collection of data sets as a single large multidimensional data array, and enables the user to request for automatic retrieval, processing and arrangement of subsets of the large array. Wrapper functions to add support for custom file formats can be plugged in/out, making the tool suitable for any research field where large multidimensional data sets are involved.
    R (>= 3.2.0)
Imports:
    abind,
    bigmemory,
    future,
    multiApply (>= 2.1.1),
    parallel
Suggests:
    easyNCDF,
    s2dverification
License: LGPL-3
Nicolau Manubens Gil's avatar
Nicolau Manubens Gil committed
URL: https://earth.bsc.es/gitlab/es/startR/
BugReports: https://earth.bsc.es/gitlab/es/startR/issues
LazyData: true