scidbst.ls: List all spacetime SciDB arrays

Description Usage Arguments Value See Also

Description

This function will list all SciDB arrays that have a spatial or temporal reference. It will also list the type of array: 's' for spatial, 't' for temporal, 'st' for the combination of both. Depending on provided arguments, extent and spatial / temporal reference information is returned in additional columns.

Usage

1
scidbst.ls(extent = FALSE, srs = FALSE, trs = FALSE)

Arguments

extent

boolean, whether or not the spacetime extent is returned as additional columns

srs

boolean, whether or not spatial reference metadata is returned as additional columns

trs

boolean, whether or not temporal reference metadata is returned as additional columns

Value

data.frame with columns "name" and "setting" and

See Also

scidb::scidbls


flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.