Simple parser for *.gef files. These are ASCII based files used for soil properties measurements.
$ pip install pygef
$ pip install git+https://github.com/ritchie46/pygef.git
from pygef.gef import ParseGEF
# Read *.gef file
gef = ParseGEF("./my-gef-file.gef")
print(gef.df)
# Save to csv
gef.df.to_csv("my-file.csv")
- zid: height with respect to NAP
- type: type of the gef file (borehole or cpt)
- x: RD coordinate
- y: RD coordinate
gef.plot(classification='robertson', water_level_NAP= -1, min_thickness= 0.2, show=True)
# available classifications: robertson, been_jeffries