Is your feature request related to a problem? Please describe.
I was working with a very small dataset and got a very cryptic error message when executing gp.create_geomodel(..).
My mistake was that I had misspelled a formation name in the orientations file (German, English) which could not be found in the name_id_map of the surface points. The only error I get back is a KeyError with the name of the misspelled formation.
Describe the solution you'd like
A little helper function that checks if the formation names are identical in both the orientation file and the surface points file and returns a useful error message.
Describe alternatives you've considered
Fixing the spelling mistake
Is your feature request related to a problem? Please describe.
I was working with a very small dataset and got a very cryptic error message when executing
gp.create_geomodel(..).My mistake was that I had misspelled a formation name in the orientations file (German, English) which could not be found in the
name_id_mapof the surface points. The only error I get back is aKeyErrorwith the name of the misspelled formation.Describe the solution you'd like
A little helper function that checks if the formation names are identical in both the orientation file and the surface points file and returns a useful error message.
Describe alternatives you've considered
Fixing the spelling mistake