cemsbv / pygef

Parse soil measurement data.
https://cemsbv.github.io/pygef
MIT License
32 stars 18 forks source link

gef parsing failes due to tab delimiter #367

Open tlukkezen opened 12 months ago

tlukkezen commented 12 months ago

The Gef parser doesn't parse the cpt data table when the columns are separated by tabs. This can be confusing since multiple spaces (which are visually indistinguishable from tabs) are accepted as a separator by default. The GEF-format is a human-readable format and therefore we should accept tabs as a columnseparator by default.

Another reason for change is that it is not possible to enter the "tab" or "\t" as a value of #COLUMNSEPARATOR, so TAB-separated data cannot be parsed at all ATM.

How to reproduce

In the zip file enclosed are two files:

cpt-gef.zip