geost.base.BoreholeCollection.to_kingdom#
- BoreholeCollection.to_kingdom(outfile: str | Path, tdstart: int = 1, vw: float = 1500.0, vs: float = 1600.0)[source]#
- Write data to 2 csv files: interval data and time-depth chart,
for import in Kingdom seismic interpretation software.
- Parameters:
out_file (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