Skip to content
/ MSS Public

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.

License

Notifications You must be signed in to change notification settings

Open-MSS/MSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab97c9d · Mar 29, 2022
Dec 1, 2021
Mar 27, 2017
Mar 19, 2022
Feb 25, 2022
Mar 29, 2022
Sep 3, 2021
Mar 17, 2022
May 17, 2021
Aug 24, 2021
Jul 1, 2021
Aug 2, 2021
Mar 29, 2022
Feb 24, 2021
Feb 6, 2021
Apr 2, 2017
Dec 9, 2020
Aug 24, 2021
Dec 9, 2021
Mar 17, 2022
Mar 17, 2022
Jul 30, 2021
Mar 17, 2022
Mar 17, 2022

Repository files navigation

Mission Support System Usage Guidelines

Welcome to the Mission Support System software for planning atmospheric research flights. This document is intended to point you into the right direction in order to get the software working on your computer.

Installing MSS

Automatically

  • For Windows, go here
    • Right click on the webpage and select "Save as..." to download the file
    • Double click the downloaded file and follow further instructions
      • For fully automatic installation, open cmd and execute it with /Path/To/Windows.bat -a
  • For Linux/Mac, go here
    • Right click on the webpage and select "Save as..." to download the file
    • Make it executable via chmod +x LinuxMac.sh
    • Execute it and follow further instructions ./LinuxMac.sh
      • For fully automatic installation, run it with the -a parameter ./LinuxMac.sh -a

Manually

Installing MSS from the conda-forge channel can be achieved by adding conda-forge to your channels with:

$ conda config --add channels conda-forge

Once the conda-forge channel has been enabled, mss can be installed with:

$ conda create -n mssenv mamba
$ conda activate mssenv
(mssenv) $ mamba install mss python
(mssenv) $ mss

It is possible to list all versions of mss available on your platform with:

$ mamba search mss --channel conda-forge

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Coverage Status

Publications

Please read the reference documentation

Rautenhaus, M., Bauer, G., and Doernbrack, A.: A web service based tool to plan atmospheric research flights, Geosci. Model Dev., 5, 55-71, doi:10.5194/gmd-5-55-2012, 2012.

and the paper's Supplement (which includes a tutorial) before using the application. The documents are available at:

For copyright information, please see the files NOTICE and LICENSE, located in the same directory as this README file.

When using this software, please be so kind and acknowledge its use by citing the above mentioned reference documentation in publications, presentations, reports, etc. that you create. Thank you very much.