Skip to content

Latest commit

 

History

History
97 lines (50 loc) · 1.71 KB

File metadata and controls

97 lines (50 loc) · 1.71 KB

NGI Python SGF Parser Package

2025-05-13

Version 0.0.8

  • Reverted the parsing strategy to go line by line, such that K-codes do not overrule the other data.

2025-04-11

Version 0.0.7

  • Add SP as an alias for hammering pressure. Affects method Total sounding (TOT) and Soil Rock Sounding (SRS).

2025-03-13

Version 0.0.6

  • Converting from Poetry to uv. No functional changes.

2025-03-10

Version 0.0.5

  • Add support for old WST code (2).
  • Rename Dynamic Probing (DP) type from type to dynamic_probing_type.

2025-02-27

Version 0.0.4

  • Add borehole_name to methods.
  • Change the values of the SoundingClass and DPType.

2025-02-17

Version 0.0.3

Add support for the methods Pressure Sounding (Tr), Impact sounding (Slb) and Light sounding (Sti).

2024-10-15

Version 0.0.2

Fix missing handling of non-standard method codes 9, 71 and 72.

2024-10-03

Version 0.0.1

Add support for non-standard SGF codes for SRS/Jb2 71, SRS/Jb3 72 and DP SH B 9.

2024-08-22

Version 0.0.1b5

Add support for Dynamic Probing (DP).

2024-08-08

Version 0.0.1b4

Fix an edge case where strings are given in the "K" code, e.g. "K=SAND". These are not moved to the "T"/remarks column, as "K" is reserved for (integer) comment codes.

2024-08-06

Version 0.0.1b3

Fix bug in SGFParser that causes the parser to fail if it contains several comment codes (in "K" column) but no remarks (in "T" column).

2024-07-29

Version 0.0.1b2

Support Weight Sounding Test (WST) (Swedish Viktsondering)

2024-06-21

Version 0.0.1b1

Update packages.

2024-05-22

Version 0.0.1a2

Addition of dissipation test method with limited support.

2024-04-03

Version 0.0.1a1 (Alpha Release)

Initial pre-release version of the package.