geost.read_uullg_tables#
- geost.read_uullg_tables(header_table: str | Path, data_table: str | Path, horizontal_reference: str | int | CRS = 28992, vertical_reference: str | int | CRS = 5709, **kwargs) BoreholeCollection[source]#
- Read the header and data tables from UU-LLG boreholes (see: EasyDans KNAW) from a local csv or parquet file into a GeoST BoreholeCollection object. - Reference dataset: https://easy.dans.knaw.nl/ui/datasets/id/easy-dataset:74935 See https://wikiwfs.geo.uu.nl/ for additional information. - Parameters:
- header_table (str | Path) – Path to file of the UU-LLG header table. 
- data_table (str | Path) – Path to file of the UU-LLG data table. 
- horizontal_reference (str | int | CRS, optional) – EPSG of the data’s horizontal reference. Takes anything that can be interpreted by pyproj.crs.CRS.from_user_input(). The default is 28992. 
- vertical_reference (str | int | CRS, optional) – EPSG of the data’s vertical datum. Takes anything that can be interpreted by pyproj.crs.CRS.from_user_input(). However, it must be a vertical datum. FYI: “NAP” is EPSG 5709 and The Belgian reference system (Ostend height) is ESPG 5710. The default is 5709. 
 
- Returns:
- Instance of - BoreholeCollectionof the UU-LLG data.
- Return type:
 
