h5geo 0.4.0
C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.
Loading...
Searching...
No Matches
h5core_segy_py.h
1#ifndef H5CORE_SEGY_PY_H
2#define H5CORE_SEGY_PY_H
3
4#include "h5geo_py.h"
5
6namespace h5geopy {
7
8void defineSEGYFunctions(py::module_& m);
9
10} // h5geopy
11
12#endif // H5CORE_SEGY_PY_H