You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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+ raisesValueError: 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
The text was updated successfully, but these errors were encountered: