CubeOptions
Configuration for a 3D cube visualization (volumetric rendering).
Properties
belowSeaLevel?
optional belowSeaLevel: boolean;
bounds
bounds: object;
east
east: number;
north
north: number;
south
south: number;
west
west: number;
colormap?
optional colormap: string;
colorScale?
optional colorScale: [number, number, number][];
crs?
optional crs: CRS | null;
dimensionNames?
optional dimensionNames: DimensionNamesProps;
flipElevation?
optional flipElevation: boolean;
multiscaleLevel?
optional multiscaleLevel: number;
opacity?
optional opacity: number;
scale?
optional scale: [number, number];
selectors?
optional selectors: object;
Index Signature
[key: string]: ZarrSelectorsProps
showHorizontalSlices?
optional showHorizontalSlices: boolean;
showVerticalSlices?
optional showVerticalSlices: boolean;
url
url: string;
variable
variable: string;
verticalExaggeration?
optional verticalExaggeration: number;
zarrVersion?
optional zarrVersion: 2 | 3;