Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarquar committed May 7, 2023
1 parent 9d9e033 commit ae93260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CPT-Parser (.gef.txt Files)
A simple pure-python implementation to parse .gef.txt files / CPT measurement data.
Cone penetration tests (CPT) are a very common way of characterising the ground.

The file format .gef.txt is based on the geotechnical exchange format (GEF) defintions and is very common to represent CPT test data. This repo shows a simple and efficient way of importing this data to a python dictionary/array. This array can easily imported as pandas Dataframe or plotted.


Expand Down

0 comments on commit ae93260

Please sign in to comment.