Parser for data from geotechnical field investigations in the data format specified in Report 3:2012E from the Swedish Geotechnical Society. This includes TOT and CPT files, used by e.g. NADAG.
See their report portal for how to download this report. Here's a direct link to the report working as of 2024-06-24: SGF Report 3:2012E
Additionally fields / extensions from Geotech AB are supported.
libsgfdata
optionally comes with a command line tool sgfdata
. This
is installed with pip install libsgfdata[cmd]
, and provides command
line access to file format conversion, normalization, dtm raster
sampling of z coordinates and more. See sgfdata --help
for more
information on this.
Support for other file formats and online services must be installed separately, see e.g. libgeosuiteprv, libgeosuitesnd and libnadagclient.
See the example usage notebook for details.