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

Class for creating H5DevCurve. More...

#include <h5base.h>

Inheritance diagram for H5DevCurveParam:
H5BaseObjectParam

Public Attributes

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 H5DevCurve.

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


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