geost.read_gef_cpts#

geost.read_gef_cpts(file_or_folder: str | Path, as_collection=True, **kwargs) Collection | DataFrame[source]#

Read one or more GEF files of CPT data into a geost Collection.

Parameters:
  • file_or_folder (str | Path) – GEF files to read.

  • as_collection (bool, optional) – If True, return a Collection from the GEF files. If False, a pd.DataFrame is returned.

  • **kwargs – Additional keyword arguments that can be given to to_collection()

Returns:

Collection of the GEF file(s).

Return type:

Collection or pd.DataFrame