Input/Output#
BRO api#
|
Read data directly from the BRO API. |
Data in tabular format (e.g. csv, parquet)#
|
Read tabular borehole information. |
|
Read tabular CPT information. |
|
Read NLog boreholes from the 'nlog_stratstelsel' Excel file. |
|
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. |
|
Export the data or header table to a csv file. |
|
Export the data or header table to a parquet file. |
Data from specific file formats#
|
Read Geotechnical borehole (BHR-GT) XML file or files into a BoreholeCollection. |
|
Read Geological borehole (BHR-G) XML file or files into a BoreholeCollection. |
|
Read Pedological borehole (BHR-P) XML file or files into a BoreholeCollection. |
|
Read Cone Penetration Test (CPT) XML file or files into a CptCollection. |
|
Read one or more GEF files of CPT data into a geost CptCollection. |
|
Read Pedological soilprofile description (SFR) XML file or files into a BoreholeCollection. |
GIS vector files#
|
Read a GeoST stored Geopackage file of geost.base.Collection objects. |
|
Write header and data to a geopackage. |
|
Write header data to geoparquet. |
|
Write header data to shapefile. |
|
Read and inspect the contents of a geopackage file. |
Data in binary format (e.g. pickle)#
|
Read pickled GeoST object (or any object) from file. |