Tony Hallam
Tony Hallam
Hiya, I'm having some trouble with reading grdecl files. I'm using Python 3.6, llibecl 2.4, Windows 10 x64. Currently I get the following output. ``` >>> from ecl.grid import EclGrid...
Moving issue from tutorial page to actual repository. https://github.com/trhallam/segysak-t21-tutorial/issues/3#issue-1122223537 > Hi, > > We noticed that there is a TODO item in _openzgy.py to create a converter which does just...
xarray had limited sparse volume support at last check, see if this has been improved recently and map out whether it can be added to segysak.
See if HDF support can also include zarr and zfp support via xarray.
Values being exported to the segy header must be converted to int before they can be written. If they cannot be written an error is raised. - [ ] Improve...
If the segy volume has dead traces or nan values in it percentiles does not work. NaN values will need to be filtered before adding nan values. Could also include...
After performing a full header scan it is possible to interact directly with segy. Perhaps there is scope to explore a new class in segysak that makes some of the...
This requires someone to thing about dynamic ranges and heuristic views of the data, what questions and logic can software ask to work this out?
matt [Agile] 3 minutes ago Right, makes sense... Might be worth a chat with @geo_leeman about how they attach units of measure, defined in pint I think, to arrays in...
I am getting an ImportError because I think the latest version of Pandas (v1.4) has changed some internal references to the Types used by Subsurface. It looks like FilePathorBuffer has...