equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
109 stars 56 forks source link

`cube.scan_segy_header` and `cube.scan_segy_traces` expect `char *` #1178

Closed mferrera closed 4 months ago

mferrera commented 4 months ago

These methods expect string filepaths but pathlib.Path is a likely input too. Although scarcely used and deprecated with xtgeo 4.0, we should fix this before freezing xtgeo 3.x.