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

Class for creating H5Well. More...

#include <h5base.h>

Inheritance diagram for H5WellParam:
H5BaseObjectParam

Public Attributes

double headX
 well head X-coordinate
 
double headY
 well head Y-coordinate
 
double kb = 0
 kelly bushing
 
std::string uwi
 
- 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 H5Well.

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


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