modelskill
modelskill copied to clipboard
Compare results from MIKE and other simulations with measurements
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 
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...
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....
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...
Relevant for e.g. #452
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...