Ejemplo n.º 1
0
 def test_plot_bore(self):
     gef = ParseGEF("./pygef/files/example_bore.gef")
     gef.plot(show=False, figsize=(4, 12))
Ejemplo n.º 2
0
 def test_plot_classification(self):
     gef = ParseGEF("./pygef/files/example.gef")
     gef.plot(show=False,
              classification="robertson",
              water_level_wrt_depth=-1)
Ejemplo n.º 3
0
 def test_plot_cpt(self):
     gef = ParseGEF("./pygef/files/example.gef")
     gef.plot(show=False)