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
H5WellTopsParam Struct Reference

Class for creating H5WellTops. More...

#include <h5base.h>

Inheritance diagram for H5WellTopsParam:
H5PointsParam H5BaseObjectParam

Additional Inherited Members

- Public Attributes inherited from H5PointsParam
h5geo::Domain domain
 time or depth (TWT, TVD etc)
 
size_t nPoints
 number of points
 
hsize_t chunkSize = 10
 see HDF5 chunking
 
- Public Attributes inherited from H5BaseObjectParam
std::string spatialReference
 usually in the form authName:code given by 'proj.db' (probably using name will also work)
 
std::string lengthUnits
 all geo-object's lengthUnits data must follow it (if any)
 
std::string temporalUnits
 all geo-object's temporalUnits data must follow it (if any)
 
std::string angularUnits
 all geo-object's angularUnits data must follow it (if any)
 
std::string dataUnits
 all geo-object's dataUnits data must follow it (if any)
 
double nullValue = std::nan("nan")
 usually used for missed values
 

Detailed Description

Class for creating H5WellTops.

WellTops parameters are needed when creating any WellTops geo-object.


The documentation for this struct was generated from the following file: