Ryan Murray

Results 12 issues of Ryan Murray

For a fresh install of pipwin, it doesn't seem to install the latest version of geopandas. As of today, Gohlke's site has two versions of geopandas: 0.6.x and 0.10.x. Pipwin...

I don't believe mikeio can read/write custom blocks to dfs2 files yet. These have info that's sometimes used by other tools. Therefore, it'd be nice to be able to read/write...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Converting large dfsu files to dfs2 seems to take a long time (for a 120mb item, it took roughly 6...

enhancement

Initial work towards #87

Adding this issue from an external request: Has the MIKEIO 1D for xns11 file been improved as for the result files res1d? For instance, can it be extracted the markers...

enhancement

This PR lets you index chainages of reaches with autocompletion as follows: ```python res = Res1D("my_results.res1d") res.reaches['river']['5000.000'] # ...returns a ResultGridPoint ``` It also adds a way to actually test...

For collection system modelling, the results saved in .res1d sometimes need to be transformed based on the properties of the node/reach/catchment. In Mike Urban and MIKE+, they're called derived results....

enhancement

Minimally addresses #111