https://github.com/Open-MSS/MSS
A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://github.com/Open-MSS/MSS
conda-forge flight-planning mission-support-system python
Last synced: 3 months ago
JSON representation
A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
- Host: GitHub
- URL: https://github.com/Open-MSS/MSS
- Owner: Open-MSS
- License: apache-2.0
- Created: 2020-12-03T21:52:50.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-14T21:11:48.000Z (3 months ago)
- Last Synced: 2025-07-15T09:29:19.782Z (3 months ago)
- Topics: conda-forge, flight-planning, mission-support-system, python
- Language: Python
- Homepage: https://open-mss.github.io
- Size: 12.9 MB
- Stars: 73
- Watchers: 2
- Forks: 109
- Open Issues: 199
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Authors: AUTHORS
Awesome Lists containing this project
- open-sustainable-technology - Mission Support System - A collaboration server to plan atmospheric research flights. (Atmosphere / Atmospheric Composition and Dynamics)
README
**Chat:**
[](https://web.libera.chat/?channels=#mss-general)
[](https://web.libera.chat/?channels=#mss-gsoc)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
We distinguish between Developer and User installations.
### Developer Installation
Please read our [contributing](https://open-mss.github.io/contributing/) pages.
and [development](https://mss.readthedocs.io/en/stable/development.html) guidelines### User Installation
Get **pixi** from https://pixi.sh/latest/ for your operation system.
You can now decide if you want to install **mss** as global or a project.
#### Global installation
You can install **mss** global without defining a project first.
This method is practical when you are interested in starting the client
and don't need server configurations.pixi global install mss
#### Global Usage
msui
mswms -h
mscolab -h
mssautoplot -h##### Global Updating
Updates environments in the global environment.
This makes a release upgrade.pixi global update mss
#### Project installation
Initialize a new project and navigate to the project directory.pixi init MSS
cd MSSUse the shell command to activate the environment and start a new shell in there.
pixi shell
Add the **mss** dependencies from conda-forge.
(MSS) pixi add mss
##### Project Usage
Always when you want to start **mss** programs you have after its installation
to activate the environment by pixi shell in the project dir.
On the very first start of **msui** it takes a bit longer because it setups fonts.cd MSS
pixi shell(MSS) msui
(MSS) mswms -h
(MSS) mscolab -h
(MSS) mssautoplot -h##### Project Updating
Update dependencies as recorded in the local lock file.cd MSS
pixi shell
(MSS) pixi update mss##### Project Upgrading
Update the version of packages to the latest possible version, disregarding the manifest version constraints
This makes a release upgrade.cd MSS
pixi shell
(MSS) pixi update mssCurrent release info
====================
[](https://anaconda.org/conda-forge/mss)
[](https://doi.org/10.5281/zenodo.6572620)
[](https://www.fz-juelich.de/en/rse/jurse-community/jurse-code-of-the-month/july-2024)
[](https://anaconda.org/conda-forge/mss)
[](https://mss.rtfd.io)
[](https://anaconda.org/conda-forge/mss)
[](https://anaconda.org/conda-forge/mss)
[](https://coveralls.io/github/Open-MSS/MSS?branch=develop)Publications
============Please read the reference documentation
Bauer, R., Grooß, J.-U., Ungermann, J., Bär, M., Geldenhuys, M., and Hoffmann, L.: The Mission Support
System (MSS v7.0.4) and its use in planning for the SouthTRAC aircraft campaign, Geosci.
Model Dev., 15, 8983–8997, https://doi.org/10.5194/gmd-15-8983-2022, 2022.Rautenhaus, M., Bauer, G., and Doernbrack, A.: A web service based
tool to plan atmospheric research flights, Geosci. Model Dev., 5,
55-71, https://doi.org/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:- http://www.geosci-model-dev.net/5/55/2012/gmd-5-55-2012.pdf
- http://www.geosci-model-dev.net/5/55/2012/gmd-5-55-2012-supplement.pdfFor 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.Acknowledgements
----------------We are very grateful for your continuing support for MSS!
See our [Contributors page](https://mss.readthedocs.io/en/stable/authors.html) for a list of authors. See also our info on [funding](
https://mss.readthedocs.io/en/stable/funding.html).