geost.read_nlog_cores#
- geost.read_nlog_cores(file: str | Path) BoreholeCollection [source]#
Read NLog boreholes from the ‘nlog_stratstelsel’ Excel file. You can find this distribution of borehole data here: https://www.nlog.nl/boringen
Warning: reading this Excel file is really slow (~10 minutes). 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
- Returns:
BoreholeCollection
- Return type:
BoreholeCollection