GeometryFormat#

class GeometryFormat(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: IntEnum

The format for the initial cavern geometry.

Summary

RADIUS_LIST

The radius is provided from the bottom of the cavern to the top; num_cells + 1 values, equally spaced

VOLUME_LIST

VOLUME_TABLE

RADIUS_TABLE

LAYER_CAKE

The geometry is provided in a 'layer-cake' style LAS file

Details

LAYER_CAKE = 5#

The geometry is provided in a ‘layer-cake’ style LAS file

RADIUS_LIST = 0#

The radius is provided from the bottom of the cavern to the top; num_cells + 1 values, equally spaced

RADIUS_TABLE = 2#
VOLUME_LIST = 1#
VOLUME_TABLE = -1#