geost.base.DiscreteData#
- class geost.base.DiscreteData(df, has_inclined: bool = False)[source]#
-
Methods
__init__
(df[, has_inclined])select_by_values
(column, selection_values[, how])Select data based on the presence of given values in a given column.
to_collection
([horizontal_reference, ...])Create a collection from this instance of DiscreteData.
to_csv
(file, **kwargs)Write data to csv file.
to_header
([horizontal_reference, ...])Generate a
PointHeader
from this instance of DiscreteData.to_parquet
(file, **kwargs)Write data to parquet file.
to_vtm
()Attributes