You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fdaPDE must be able to support many different data format as input, well established in the R language and scientific community. Is quiet annoying to input data in low-level matrix or array data formats. This is true for statistical data, but also for the domain geometry (this is a critical aspect which must be fixed sooner or later).
This issue wants to keep a list of all data format we should (or wish) support to enhance the fdaPDE usage. Each iter reports the data format, its supporting R package and possibly some specific documentation:
netCDF: widely used format for exchanging or distributing climate data, and has also been adopted in other fields, particularly in bioinformatics, and in other disciplines where large multidimensional arrays of data are generated (https://pjbartlein.github.io/REarthSysSci/netCDF.html). Supporting packages: ncdf4, raster.
data.frame: data frames are one of the basic dataset structures for the R language. Also support for modern packages like tibble would be nice (https://tibble.tidyverse.org/).
The text was updated successfully, but these errors were encountered:
fdaPDE must be able to support many different data format as input, well established in the R language and scientific community. Is quiet annoying to input data in low-level
matrix
orarray
data formats. This is true for statistical data, but also for the domain geometry (this is a critical aspect which must be fixed sooner or later).This issue wants to keep a list of all data format we should (or wish) support to enhance the fdaPDE usage. Each iter reports the data format, its supporting R package and possibly some specific documentation:
ncdf4
,raster
.raster
,terra
(https://github.com/rspatial/terra)tibble
would be nice (https://tibble.tidyverse.org/).The text was updated successfully, but these errors were encountered: