Input/Output#

wakatools provides functions to read various types of data files commonly used in geospatial and geological applications.

Borehole data#

read_borehole_xml(files[, type_])

Read XML files containing borehole information.

Seismic data#

read_seismics(files, type_, **kwargs)

General reader for seismic data files.

Readers for Kingdom export files#

Parsers for different types of The Kingdom Software exports. These parsers function as input for wakatools.read_seismics()

geocard7(filename)

Parse a Kingdom Geocard7 seismic export file and return a DataFrame containing the seismic data.

single_horizon(filename[, columns])

Reads a Kingdom export file containing data from a single seismic horizon into a DataFrame.