geoh5py.objects.surveys package¶
Submodules¶
geoh5py.objects.surveys.direct_current module¶
- class geoh5py.objects.surveys.direct_current.CurrentElectrode(object_type: geoh5py.objects.object_type.ObjectType, **kwargs)[source]¶
Bases:
geoh5py.objects.surveys.direct_current.PotentialElectrode
Ground direct current electrode (transmitter).
- copy(parent=None, copy_children: bool = True)[source]¶
Function to copy a survey to a different parent entity.
- Parameters
parent – Target parent to copy the entity under. Copied to current
parent
if None.copy_children – Create copies of all children entities along with it.
- Return entity
Registered Entity to the workspace.
- property current_electrodes¶
The associated current electrode object (sources).
- property potential_electrodes: PotentialElectrode | None¶
The associated potential_electrodes (receivers)
- class geoh5py.objects.surveys.direct_current.PotentialElectrode(object_type: geoh5py.objects.object_type.ObjectType, **kwargs)[source]¶
Bases:
geoh5py.objects.curve.Curve
Ground potential electrode (receiver).
- property ab_cell_id: ReferencedData | None¶
Reference data entity mapping cells to a unique current dipole.
- property ab_map: dict | None¶
Get the ReferenceData.value_map of the ab_value_id
- copy(parent=None, copy_children: bool = True)[source]¶
Function to copy a survey to a different parent entity.
- Parameters
parent – Target parent to copy the entity under. Copied to current
parent
if None.copy_children – Create copies of all children entities along with it.
- Return entity
Registered Entity to the workspace.
- property current_electrodes¶
The associated current electrode object (sources).
- property metadata: dict | None¶
Metadata attached to the entity.
- property potential_electrodes¶
The associated potential_electrodes (receivers)
geoh5py.objects.surveys.magnetics module¶
- class geoh5py.objects.surveys.magnetics.AirborneMagnetics(object_type: geoh5py.objects.object_type.ObjectType, **kwargs)[source]¶
Bases:
geoh5py.objects.curve.Curve
An airborne magnetic survey object.
Warning
Partially implemented.