Reading#

This section explains how to read a block model file.

bm = BlockModel.load(filepath=bmodel_path)

The value of bmodel_path is a string with the path local path of the block model.

Currently, 2 formats are available for reading: .csv, .gabm (GeoAssistant block model format).