Henrik Andersson

Results 77 comments of Henrik Andersson

I don't know any open datasets at DHI that we can use. We have to ask around and see if someone has some annotated dataset they are willing to share....

Can we make an interactive application to assist the labelling process? 1. Upload data 2. Automatic labeling of obvious outliers with simple detector 3. Manually add / remove labels by...

Are custom blocks relevant for all types of dfs files or only dfs2? You are welcome to investigate how to read/write custom blocks. To get started: 1. supply a file...

More to add here or :shipit: ?

> > More to add here or :shipit: ? > > I don't have more to add here. What do you think? That I don't like failing tests... The quick...

Somehow in everyday life it is easy to forget that we live on a sphere. 🌎

Would be even nicer if we could support this syntax; ```python da2 = np.sqrt(da) ``` I can't really figure out how this works, but somehow it calls the `__array_ufunc__` function....

This seem like the proper reference https://numpy.org/devdocs/user/basics.dispatch.html#writing-custom-array-containers

😟6h! **More details needed:** * Number of timesteps * Number of elements in the dfsu file * Output grid resolution (`dxdy`) @jsmariegaard Do we really need a loop here? https://github.com/DHI/mikeio/blob/c06b4154134c2bb9070f8f1b53a82b7fc303aaf2/mikeio/interpolation.py#L124-L125

> .. and can it really be true that this process takes that long in Python when in Mike Zero it is quite fast? Are you referring to Create new...