omf_io.blockmodel.exporters.export_block_model_to_csv

omf_io.blockmodel.exporters.export_block_model_to_csv(block_data, output_file)[source]

Export block model data to a CSV file.

Parameters:
  • block_data (pandas.DataFrame) – The block model data.

  • output_file (Path) – The output CSV file path.