modelskill icon indicating copy to clipboard operation
modelskill copied to clipboard

Compare results from MIKE and other simulations with measurements

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

Hi, I'm experiencing a bug with the `match()` function. Sometimes, I get an error in the function`_get_global_start_end()` defined in matching.py. My understanding is that this function checks the begin and...

Brought back #140 ![image](https://github.com/user-attachments/assets/edc74db8-c5fb-4dd0-8ad7-93a847beaa39)

I would like to be able to choose colors and linestyles of the timeseries plot in modelskil. I use the following code: cc2["Drogden"] is a modelskill comparer. Where I essentially...

enhancement

pandas and xarray allow users to drop part of the dataset with a drop method - see e.g. https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.drop.html. Which is opposite to `sel()` but should have the same syntax....

enhancement

Currently, when working with directional data, there is not stopping from interpolating over 360-0 jump, which could lead to some wrong comparisons. One way to handle this would be to...

bug

It is non-trivial to support extracting multiple observations at once directly in `match`, but we can ease the process, by provding a utility function `DfsuModelResult.extract_points()` that creates a small dataset...