Skip to content

MSS 5.0.0

Choose a tag to compare

@ReimarBauer ReimarBauer released this 02 Aug 16:50
· 851 commits to develop since this release
858229a

This release brings many improvements to the WMS Server along with new features for the UI.
On demand a WMS server can show what kind of view graphics are provided.
Optionally the source for creating the graphics can be published over the web service too.
By this any existing server shows examples how to create graphics. Have a look at
our documentation on https://mss.readthedocs.io/en/stable/gallery/index.html for this feature.

The linear styles got improved to work also on .ml files

We refactored some of our oldest code in thermolib and moved to the famous metpy module.
A new docking widget for topview was introduced for integrating airbase data by openaip.net and ourairports.com

Newer versions than 5.0.0 can now use the built-in update feature on command line or by the UI.

All changes:
https://github.com/Open-MSS/MSS/milestone/59?closed=1

msui

  • make hexagon flight direction configurable, #1099
  • make satellite predictor link clickable, #1098
  • Open wms control by default in views, #1077
  • integrate recent Airbase data, e.g. from openaip, #1069
  • Multilayering does not select newest init time, #1046
  • metpy migration, #1004
  • Plot x-axis, y-axis, title, and color bar label sizes should be configurable, #573
  • metpy, #378

mswms

  • Elevations not present for some layers, #1060
  • more details on the MSS Frontpage, #1045
  • Make linear styles work on non .ml files, #1027
  • Simplify creation of plotting classes by better preparing necessary data, #1011
  • WMS server provides incorrect figure in the case of dataset update, #886
  • Add a gallery for available layers, #521

mscolab

  • more details on the MSS Frontpage, #1045

documentation

  • remove outdated parameter "crs_to_mpl_basemap_table" from json-example, #1110
  • restructure and update docs, #1105
  • review docs environment for rtfd, #1084
  • replace in our documentation docker_based_installation.rst the Url to the repository, #1073
  • Update docs mss version etc automatically, #1057
  • organize / reorganize Topics of the Development part, #1052

What's Changed

New Contributors

Full Changelog: 4.0.4...5.0.0