geost.base.Collection.to_kingdom#
- Collection.to_kingdom(outfile: str | Path, tdstart: int = 1, vw: float = 1500.0, vs: float = 1600.0)[source]#
Write 2 csv files for visualisation of data in Kingdom seismic interpretation software: - interval data: contains the layer boundaries and properties of the layers. - time-depth chart: contains the depth and corresponding time values for the layer boundaries.
- 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