modelskill icon indicating copy to clipboard operation
modelskill copied to clipboard

Compare results from MIKE and other simulations with measurements

Results 31 modelskill issues
Sort by recently updated
recently updated
newest added

Hi. After a **long** discussion we decided to update the peak selection in the Peak Ratio. * Before this PullRequest the individual N-largests peaks between model and measurements were selected...

With the consequence that `SkillTable.to_geodataframe()` lacks coordinates 😳

Hi, is this a new bug? Before when I added `x,y,z` to the point observation, it was retained in the comparer (comparer collection) Now all 3 coordinates are Nan. ![image](https://github.com/DHI/modelskill/assets/97288080/0f179513-3f46-4808-a0d9-8ed49ac71e60)

In my case I have multiple DfsuModelResults that I am matching with multiple observations cc = ms.match(obs_list, mr_list) It goes fine, until I added a DummyModelResult to the mr_list. I...

bug

- ➕ Notebooks are rendered nicely - ❓ [`quartodoc`](https://machow.github.io/quartodoc/get-started/overview.html) is different from [`mkdocsstrings`](https://mkdocstrings.github.io/) - ➕ Executable docstring examples, including figures and tables as output ![image](https://github.com/DHI/modelskill/assets/614215/645ffa9b-7e20-4a0b-8260-5d29d987f957)

When working with data that features highly irregular time steps, such as altimetry data, the method for calculating years in [metrics.py](https://github.com/DHI/modelskill/blob/main/modelskill/metrics.py#L580) may produce inaccurate counts of years. This, in turn,...

In an attempt to work with forecast skill, which seems possible to achieve using aux variables and no other changes, I wanted to plot the rmse as a function of...

Raise errors on public api, assert are for internal use only. https://google.github.io/styleguide/pyguide.html#244-decision

Basic in the sense, that the entire file is read, no support for subsetting.