LayeredData#
Constructor#
|
A class to hold layered data objects (i.e. containing "tops" and "bottoms") like borehole descriptions which can be used for selections and exports. |
Methods#
Get the cumulative thickness of layers where a column contains a specified search value or values. |
|
|
Find the depth at which a specified layer first occurs. |
|
Select data using a manual condition that results in a boolean mask. |
|
Select data based on the presence of given values in a given column. |
|
Slice rows from data based on matching condition. |
Slice data based on given upper and lower boundaries. |
|
|
Create a collection from this instance of LayeredData. |
|
Write data to csv file. |
|
Export all data to the core "Data" class of Deltares DataFusionTools. |
|
Generate a |
|
Write data to 2 csv files: 1) interval data and 2) time-depth chart. |
|
Create a Pyvista MultiBlock object from the data that can be used for 3D plotting and other spatial analyses. |
|
Write data to parquet file. |
|
Write data to geopackage file that can be directly loaded in the Qgis2threejs plugin. |
|
Save data as VTM (Multiblock file, an XML VTK file pointing to multiple other VTK files) for viewing in external GUI software like ParaView or other VTK viewers. |