geost.read_nlog_cores#
- geost.read_nlog_cores(file: str | Path, **kwargs) Collection[source]#
Read NLog boreholes from the ‘nlog_stratstelsel’ Excel file. You can find this distribution of borehole data here: https://www.nlog.nl/boringen
Note: reading this Excel file is really slow. Converting it to parquet using
excel_to_parquet()once and using that file instead allows for much faster reading of nlog data.- Parameters:
file (str | Path) – Path to nlog_stratstelsel.xlsx or .parquet
**kwargs – Optional keyword arguments for Pandas.read_parquet or Pandas.read_excel depending on the file extension of file.
- Returns:
Collection- Return type:
Collection