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
It seem as if the yCoord value parsing from the config.yml is not working
It's only possible to read the borehole data correctly if the yCoord is named ycoord
config.yml
borehole data
ok
error
ycoord
ycoord
ok
y
ycoord
error
1
y
y
error
2
1:
plugins\geoCore\profileBuilder.py", line 87, in getProfilesAndConnectors
y = features[0].attribute(self.config.settings["yCoord"])
KeyError: 'y'
2:
plugins\geoCore\petroProfile_dialog.py", line 276, in
crit = lambda f: -f.attribute('ycoord') # north -> south
KeyError: 'ycoord'
The text was updated successfully, but these errors were encountered:
It seem as if the yCoord value parsing from the config.yml is not working
It's only possible to read the borehole data correctly if the yCoord is named ycoord
1:
2:
The text was updated successfully, but these errors were encountered: