Skip to content

Releases: DHI/modelskill

v0.3.2 Altimetry data and more

05 Jul 14:36
Compare
Choose a tag to compare
  • DHI Altimetry data download from api
  • Hit ratio metric
  • Custom metric example
  • Add more modelresults to existing comparer
  • Better merging of comparers also if time period is overlapping
  • Fix bug in TrackComparer

v0.3.1 NetCDF support and improved to/from config files

11 Jun 13:00
5b9771d
Compare
Choose a tag to compare
  • ModelResult now supports NetCDF including multiple-file NetCDF data using xarray as backend
  • An example can be seen here: https://nbviewer.jupyter.org/github/DHI/fmskill/blob/main/notebooks/NetCDF_ModelResult.ipynb
  • ModelResult also supports xarray input
  • Connector can now write a config file with information about filenames, items etc of ModelResults and Observations
  • Connector can write config to dict or to yaml or xlsx files
  • Connector can also read config files from both yaml and xlsx files

v0.3.0 Connector

04 Jun 11:42
b5bbfa4
Compare
Choose a tag to compare

Re-work on how observations and modelresults are connected. Observations are no longer "added" to the modelresult. With this release, a new object "Connector" has been introduced. It is responsible for connecting observations and modelresults, including validation and extraction of modelresult data at observation positions.

Note! This release has breaking changes!

v0.2.3 Taylor diagram and quick compare

01 Jun 10:42
0a72c72
Compare
Choose a tag to compare
  • Taylor diagram
  • Quick and dirty compare by fmskill.compare()
  • Bugfixes

v0.2.2

20 May 11:12
Compare
Choose a tag to compare

Skill object with better visualization possibilities for skill assessments. The main methods of the new class are:

  • style()
  • plot_bar()
  • plot_line()
  • plot_grid()
  • sel()

v0.2.1

11 May 15:27
Compare
Choose a tag to compare

spatial skill class
command-line interface
more metrics
test for overlapping data
infer model item
temporal coverage plot
more validation
fix non-unique time index

v0.2.0

20 Apr 19:03
Compare
Choose a tag to compare

spatial skill assessment
multi-variable assessments

v0.1.1

07 Apr 15:48
Compare
Choose a tag to compare

score() added to comparer
bugfixes

0.1

30 Mar 07:56
Compare
Choose a tag to compare
0.1

Initial release of fmskill