print.cube_view: Print data cube view information

View source: R/view.R

print.cube_viewR Documentation

Print data cube view information

Description

Prints information about a data cube view, including its dimensions, spatial reference, aggregation method, and resampling method.

Usage

## S3 method for class 'cube_view'
print(x, ...)

Arguments

x

Object of class "cube_view"

...

Further arguments passed to the generic print function

Examples

v = cube_view(extent=list(left=388941.2, right=766552.4, 
              bottom=4345299, top=4744931, t0="2018-01", t1="2018-12"),
              srs="EPSG:32618", nx = 497, ny=526, dt="P1M")
print(v)

gdalcubes documentation built on April 14, 2023, 5:08 p.m.