Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError when parsing due to space after variable name #9

Open
martijnkriebel opened this issue Sep 13, 2022 · 0 comments
Open

ValueError when parsing due to space after variable name #9

martijnkriebel opened this issue Sep 13, 2022 · 0 comments

Comments

@martijnkriebel
Copy link

GEF-files cannot be read if there is a space between a variable name and the equals sign.

Example: when using GefCpt().read(path_to_file) for a file containing #ZID = 31000,-1.25, Geolib+ raises ValueError: No values found for field #ZID = of the gef file.. By removing the space, i.e. #ZID= 31000,-1.25, the problem is resolved.

This applies to #XYID, #ZID and #EOH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant