welly
welly copied to clipboard
Wells without curves
I am having problems when trying to export my project to a matrix. I am getting a 'NoneType' error due to some of the wells in project do not have a curve which I need to export. How can I fix this issue so I can export as a matrix?
@dworley33 Can you share the line of code or a screenshot? I'll try to reproduce.
Yeah i have been following the welly to the wescue workflow and here is the step I am getting an error on.
here is the beginning of my code
@dworley, perhaps we need to fill the wells without PHIN with Curves filled with Nans so a 2-d array can be created. I dont think we have dealt with this use case before so please bear with us as we develop a solution to handle this. Suggestions welcome.
@dworley, do you get the expected behavior if you put
keys = ['GR', 'RESD', 'RHOB', 'FACIES']
?
I am a beginner with python but from my research I gather online it looked like nans could possibly work for this issue. I have tried it without PHIN in the keys and the same error occurs. Some of our GR values are also -999. So that might be the reason for the error using the KEYS without PHIN.