Skip to content
/ cubeview Public

❗ This is a read-only mirror of the CRAN R package repository. cubeview — View 3D Raster Cubes Interactively

License

Notifications You must be signed in to change notification settings

cran/cubeview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubeview - Interactively Explore 3D Raster Data Cubes

R-CMD-check cran checks monthly total CRAN

cubeview enables interactive 3D exploration of raster data cubes.

Installation

You can install the released version of cubeview from CRAN with:

install.packages("cubeview")

Example

library(terra)

kili_data <- system.file("extdata", "kiliNDVI.tif", package = "cubeview")
kiliNDVI <- rast(kili_data)

cubeview(kiliNDVI)

Code of Conduct

Please note that the ‘cubeview’ project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

❗ This is a read-only mirror of the CRAN R package repository. cubeview — View 3D Raster Cubes Interactively

Resources

License

Stars

Watchers

Forks

Packages

No packages published