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

```python ax = cmp.plot.scatter(skill_table=True) fig = ax.get_figure() fig.savefig('../docs/images/scatter_plot.png') ``` ![image](https://github.com/DHI/modelskill/assets/614215/fa8bc3fe-9a4e-4079-89a4-fa7c6e81cdb5) 🤔

**Before:** ![image](https://github.com/DHI/modelskill/assets/614215/3f8101e2-bebc-4c8a-b1d8-f66e9d92cba9) **After:** ![image](https://github.com/DHI/modelskill/assets/614215/1ddba61e-5727-4eff-843e-6119d7664e76)

Is is possible to speed up some of these slow tests, or mark them as slow and only run them in CI? ```bash $ pytest --durations=10 =================================================================================== 3.30s call tests/test_metrics.py::test_pr...

By publishing `modelskill` in [Journal of Open Source Software](https://joss.readthedocs.io/en/latest/index.html) we can make it easier for users to properly cite and makes it easier to track. An additional benefit will be...

Seems like it is not possible to create a comparer with dataframes with localized timezone. Exception has occurred: TypeError '.dt' accessor only available for DataArray with datetime64 timedelta64 dtype or...

enhancement

The current implementation of the scatter plot allows bins to be an integer, i.e. the number of bins or a float, i.e. the bin size, but not as a sequence...

o3 below is altimetry data partly covering the model domain ![image](https://github.com/DHI/modelskill/assets/34088801/3b52208c-7b62-4654-bbb1-4ab1024d39b8) The warning should only be issued if no points are covering the domain

https://github.com/DHI/fmskill/blob/686b146b776ec948dd44398ee736ca8df2aaa1a5/fmskill/compare.py#L611 Better: `np.mean([np.min(x),np.max(x)])`?

instead of reading the same file n times to extract n point observations

enhancement