Skip to content

MSS 4.0.0

Choose a tag to compare

@ReimarBauer ReimarBauer released this 28 May 06:01
· 917 commits to develop since this release
2c57125

The version 4.0.0 brings multiple new features:

A new view mode of 1-D samples along the flight path. See our HINT for changes on your server, when you want to use it.
Also in sideview waypoint symbols and corresponding vertical lines can be switched off.
A lot of UI improvements, e.g. import and export filters, topview history and home button implemented
for stereographic projections

Special thanks to all who have helped with providing feedback for 3.x

HINT:

For using the 1-D samples along the flight path you have to add a configuration to your
mss_wms_settings.py. Similiar as to the other layers add:

  from mslib.mswms import mpl_lsec_styles

  register_linear_layers = None
  if mpl_lsec_styles is not None:
      register_linear_layers = [
          # ECMWF standard 1D section styles.
          (mpl_lsec_styles.LS_DefaultStyle, "air_temperature", ["ecmwf_EUR_LL015"]),
          (mpl_lsec_styles.LS_DefaultStyle, "divergence_of_wind", ["ecmwf_EUR_LL015"]),
      ]

msui

  • disable buttons in table view for role "viewer", #995
  • mscolab project list alphabetical sorted, #986
  • Attribute Error in Qt while running mss_pyui.py in Windows, #985
  • signalling expired mscolab session, #975
  • mss -v initialises skyfield, #950
  • msui start independent from mscolab_settings, #933
  • some windows ui on OS windows 10 shows a "?" , #930
  • set mscolab collaborator role to access version history, #920
  • Topview Home Button return to initial coordinates, #919
  • Support more export options in mscolab, #918
  • show name of the flightpath/project on the views, #916
  • mscolab manage set default collaborator role to the add feature, #915
  • add a gpx export function, #914
  • userlist in admin window sorted, #909
  • better management of MSCOLAB servers in drop down list, #906
  • standard figure file name in the case of multilayering, #855
  • New view mode, providing 1-D samples along the flight path, #833
  • Title of Layer List needs to be unique, #832
  • Displayed newest initialisation time as default, #824
  • Simplify use of Server/Layer window, #816
  • Save last used import path, #801
  • Delete several waypoints at once, #800
  • cheatsheet in help, #784
  • Allow Vertical Plots to have Secondary Y-Axis, #571
  • import/load of files should be separate from project creation, #497
  • possibility switch off waypoint symbols and corresponding vertical lines, #376

mswms

  • add feature to allow horizontal sections without countries/graticules, #844
  • New view mode, providing 1-D samples along the flight path, #833
  • quality check for input data, #424
  • possibility switch off waypoint symbols and corresponding vertical lines, #376

mscolab

  • lifetime of mscolab token configurable, #948
  • subcommands of mscolab for db preparation needed, #847

other

  • RS testing fails sporadically, #940
  • Fix DeprecationWarnings, #863
  • Acknowledgement, #738
  • testing - mock Loader.load of de421.bsp, #693
  • test_sideview needs a review, #581

What's Changed

New Contributors

Full Changelog: 3.0.4...4.0.0