welly icon indicating copy to clipboard operation
welly copied to clipboard

Wells without curves

Open dworley33 opened this issue 6 years ago • 6 comments

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 avatar Aug 29 '18 21:08 dworley33

@dworley33 Can you share the line of code or a screenshot? I'll try to reproduce.

EvanBianco avatar Aug 29 '18 22:08 EvanBianco

Yeah i have been following the welly to the wescue workflow and here is the step I am getting an error on. line of code

dworley33 avatar Aug 29 '18 22:08 dworley33

here is the beginning of my code image

dworley33 avatar Aug 29 '18 22:08 dworley33

@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.

EvanBianco avatar Aug 30 '18 00:08 EvanBianco

@dworley, do you get the expected behavior if you put

keys = ['GR', 'RESD', 'RHOB', 'FACIES']

?

EvanBianco avatar Aug 30 '18 00:08 EvanBianco

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.

dworley33 avatar Aug 30 '18 01:08 dworley33