geost.base.LayeredData.to_kingdom#

LayeredData.to_kingdom(outfile: str | Path, tdstart: int = 1, vw: float = 1500.0, vs: float = 1600.0)[source]#

Write data to 2 csv files: 1) interval data and 2) time-depth chart. These files can be imported in the Kingdom seismic interpretation software.

Parameters:
  • outfile (str | Path) – Path to csv file to be written.

  • tdstart (int) – startindex for TDchart, default is 1

  • vw (float) – sound velocity in water in m/s, default is 1500 m/s

  • vs (float) – sound velocity in sediment in m/s, default is 1600 m/s