Skip to content

R package for reading data from the Earth System Datacube

Notifications You must be signed in to change notification settings

esa-esdl/RCABLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCABLAB

R interface for reading data from the Earth System Datacube.

Installing:

devtools::install_github("CAB-LAB/RCABLAB")

Usage:

cube <- open.cube("/path/to/cube")
dat <- read.cube(
  cube, variable = cube$data.dir.entries,
  time = c(cube$config$start_time, 
           cube$config$end_time - as.difftime(1, units = "days")),
  longitude = c(-180, 180), latitude = c(-90, 90)
)

About

R package for reading data from the Earth System Datacube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published