Frank Male
Frank Male
**Is your feature request related to a problem? Please describe.** It would be nice to show how you can use CRM results to optimize water injection **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** While the CRM can forecast production, there are no notebooks with examples of this This would be added to the...
**Is your feature request related to a problem? Please describe.** It would be kind of fun to have an option to penalize gains/connectivities between injectors and producers **Describe the solution...
**Is your feature request related to a problem? Please describe.** I like to see the connectivity between injectors and producers at a map level. **Describe the solution you'd like** Given...
**Is your feature request related to a problem? Please describe.** When producers are shut in and not producing, their production is still predicted. Those lengths of time should not factor...
**Is your feature request related to a problem? Please describe.** There's information in how the water/oil ratio is changing. We ought to capture that with a Koval fractional flow model....
Add [vEH](https://petrowiki.spe.org/Water_influx_models#van_Everdingen-Hurst_.28VEH.29_model) water influx model for predicting water production from aquifers. There are linear and radial flow models.
# Description This is a feature addition It adds the van Everdingen Hurst aquifer model to pywaterflood. ## Pull request checklist - [x] If features have changed, there's new documentation,...
This should fix https://github.com/fbdesignpro/sweetviz/issues/174 and the rejuvenated discussion around https://github.com/fbdesignpro/sweetviz/issues/144#issuecomment-2333936782. In testing that, I found that pkg_resources was deprecated and failing, so I replaced that code with a pathlib equivalent....
Testing out the tutorial, ``` from welly import Well well = Well.from_las('https://geocomp.s3.amazonaws.com/data/P-129.LAS') ``` returns an HTTP error: ``` File ~/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/urllib/request.py:533, in OpenerDirector.error(self, proto, *args) [532](https://file+.vscode-resource.vscode-cdn.net/home/frank/github/welly/tutorial/~/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/urllib/request.py:532) args = (dict, 'default', 'http_error_default')...