cemsbv / pygef

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

Test IDs that contain spaces are not fully parsed #63

Closed SBoonstraABT closed 3 years ago

SBoonstraABT commented 3 years ago

If a test ID contains spaces e.g. #TESTID= CPT 01 then it is parsed as: CPT. This becomes problematic when a series of CPTs is enumerated in this way.

The desired solution for this would be to parse everything on the line behind #TESTID=, so in the example this would result in CPT 01.

SBoonstraABT commented 3 years ago

I have created a PR with a suggested solution: #64

maarten-betman commented 3 years ago

Experienced same issue. @martinapippi when do you plan to merge #64 and when will you release a new version? Available to help if required,

martinapippi commented 3 years ago

Hi guys, I merged it and made a tag, you can install it with pip install git+https://github.com/ritchie46/pygef.git@0.4.1. @ritchie46 can you release it to pypi?