stkistner

Results 2 issues of stkistner

# Problem When reading certain Dfs2's, e.g. model outputs from the FM egine the file often contains a static item that describes the bathymetry. This item is a perquisite in...

enhancement

# Description x0 and y0 defaults to zero when reading Dfs2 files. # To Reproduce Steps to reproduce the behavior: ```python filein = r'mikeio\tests\testdata\single_row.dfs2' x0_current = mikeio.Dfs2(filein).read().geometry._x0 x0_actual = mikeio.Dfs2(filein,type='spectral').read().geometry._x0...