Skip to content
/ rearrange Public

Multidimensional arrays for analysing big geoscientific data: array rearrange function and study case reproducing

Notifications You must be signed in to change notification settings

ifgi/rearrange

Repository files navigation

array rearrange

###Contains General function:

  • rearrange.R: consists rearrange_flatten() to flatten an array.

Codes and data to reproduce figure 2(a,b,c) of the paper "Multidimensional arrays for analysing big geoscientific data" in R and SciDB:

  • example_PCA.R: reproduce figure 2(a,b,c) of the paper "Multidimensional arrays for analysing big geoscientific data"
  • fijiscidb.R: SciDB codes for the study case.
  • fijisub.Rdata: a small array. The "fijisub" in the paper refers to this array after removing images with too few pixels. the longitude and latitude are flattened into one dimension. The array dimensions are subsequently pixels, time, spectral bands. The array size is:
dim(fijisub)
[1] 259 150   6
  • fijirastertime.Rdata: (book keeping) time of the rasters of fiji area. In total there are 150 time steps.

About

Multidimensional arrays for analysing big geoscientific data: array rearrange function and study case reproducing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages