Tony Hallam

Results 15 issues of 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...

bug

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

enhancement
help wanted

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.

enhancement

See if HDF support can also include zarr and zfp support via xarray.

enhancement

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

documentation
help wanted
good first issue

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

bug
good first issue

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

enhancement

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

enhancement
swung-t20

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