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

Common class for creating H5Points1, H5Points2, H5Points3, H5Points4. More...

#include <h5base.h>

Inheritance diagram for H5PointsParam:
H5BaseObjectParam H5WellTopsParam

Public Attributes

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

Common class for creating H5Points1, H5Points2, H5Points3, H5Points4.

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


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