{"id":13948702,"url":"https://github.com/Open-MSS/MSS","last_synced_at":"2025-07-20T10:32:31.328Z","repository":{"id":37075763,"uuid":"318329421","full_name":"Open-MSS/MSS","owner":"Open-MSS","description":"A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.","archived":false,"fork":false,"pushed_at":"2025-07-14T21:11:48.000Z","size":13549,"stargazers_count":73,"open_issues_count":199,"forks_count":109,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-15T09:29:19.782Z","etag":null,"topics":["conda-forge","flight-planning","mission-support-system","python"],"latest_commit_sha":null,"homepage":"https://open-mss.github.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Open-MSS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-03T21:52:50.000Z","updated_at":"2025-07-14T18:28:22.000Z","dependencies_parsed_at":"2023-09-21T19:45:11.413Z","dependency_job_id":"75acb162-ca62-40ba-a8f9-698d14d191c4","html_url":"https://github.com/Open-MSS/MSS","commit_stats":{"total_commits":2464,"total_committers":57,"mean_commits":"43.228070175438596","dds":0.6071428571428572,"last_synced_commit":"54854e1c408b7dd47889a575b83015260275af87"},"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/Open-MSS/MSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-MSS%2FMSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-MSS%2FMSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-MSS%2FMSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-MSS%2FMSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-MSS","download_url":"https://codeload.github.com/Open-MSS/MSS/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-MSS%2FMSS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265775057,"owners_count":23826197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conda-forge","flight-planning","mission-support-system","python"],"created_at":"2024-08-08T05:01:28.252Z","updated_at":"2025-07-20T10:32:31.319Z","avatar_url":"https://github.com/Open-MSS.png","language":"Python","funding_links":[],"categories":["Atmosphere"],"sub_categories":["Atmospheric Composition and Dynamics"],"readme":"**Chat:**\n[![IRC: #mss-general on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_General-blue)](https://web.libera.chat/?channels=#mss-general)\n[![IRC: #mss-gsoc on libera.chat](https://img.shields.io/badge/libera.chat-%23MSS_GSoC-brightgreen)](https://web.libera.chat/?channels=#mss-gsoc)\n\n\nMission Support System Usage Guidelines\n=======================================\n\nWelcome to the Mission Support System software for planning\natmospheric research flights. This document is intended to point you\ninto the right direction in order to get the software working on your\ncomputer.\n\n\n## Installing MSS\n\nWe distinguish between Developer and User installations.\n\n### Developer Installation\nPlease read our [contributing](https://open-mss.github.io/contributing/) pages.\nand [development](https://mss.readthedocs.io/en/stable/development.html) guidelines\n\n### User Installation\n\nGet **pixi** from https://pixi.sh/latest/ for your operation system.\n\nYou can now decide if you want to install **mss** as global or a project.\n\n#### Global installation\nYou can install **mss** global without defining a project first.\nThis method is practical when you are interested in starting the client\nand don't need server configurations.\n\n    pixi global install mss\n\n#### Global Usage\n\n    msui\n    mswms -h\n    mscolab -h\n    mssautoplot -h\n\n\n##### Global Updating\nUpdates environments in the global environment.\nThis makes a release upgrade.\n\n    pixi global update mss\n\n#### Project installation\nInitialize a new project and navigate to the project directory.\n\n    pixi init MSS\n    cd MSS\n\nUse the shell command to activate the environment and start a new shell in there.\n\n    pixi shell\n\nAdd the **mss** dependencies from conda-forge.\n\n    (MSS) pixi add mss\n\n##### Project Usage\nAlways when you want to start **mss** programs you have after its installation\nto activate the environment by pixi shell in the project dir.\nOn the very first start of **msui** it takes a bit longer because it setups fonts.\n\n    cd MSS\n    pixi shell\n\n    (MSS) msui\n    (MSS) mswms -h\n    (MSS) mscolab -h\n    (MSS) mssautoplot -h\n\n##### Project Updating\nUpdate dependencies as recorded in the local lock file.\n\n    cd MSS\n    pixi shell\n    (MSS) pixi update mss\n\n##### Project Upgrading\nUpdate the version of packages to the latest possible version, disregarding the manifest version constraints\nThis makes a release upgrade.\n\n    cd MSS\n    pixi shell\n    (MSS) pixi update mss\n\n\nCurrent release info\n====================\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/mss.svg)](https://anaconda.org/conda-forge/mss)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6572620.svg)](https://doi.org/10.5281/zenodo.6572620)\n[![JuRSE Code Pick](https://img.shields.io/badge/JuRSE_Code_Pick-July_2024-blue)](https://www.fz-juelich.de/en/rse/jurse-community/jurse-code-of-the-month/july-2024)\n[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/mss.svg)](https://anaconda.org/conda-forge/mss)\n[![DOCS](https://img.shields.io/badge/%F0%9F%95%AE-docs-green.svg)](https://mss.rtfd.io)\n[![Conda Recipe](https://img.shields.io/badge/recipe-mss-green.svg)](https://anaconda.org/conda-forge/mss)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/mss.svg)](https://anaconda.org/conda-forge/mss)\n[![Coverage Status](https://coveralls.io/repos/github/Open-MSS/MSS/badge.svg?branch=develop)](https://coveralls.io/github/Open-MSS/MSS?branch=develop)\n\n\n\n\n\nPublications\n============\n\nPlease read the reference documentation\n\n   Bauer, R., Grooß, J.-U., Ungermann, J., Bär, M., Geldenhuys, M., and Hoffmann, L.: The Mission Support\n   System (MSS v7.0.4) and its use in planning for the SouthTRAC aircraft campaign, Geosci.\n   Model Dev., 15, 8983–8997, https://doi.org/10.5194/gmd-15-8983-2022, 2022.\n\n   Rautenhaus, M., Bauer, G., and Doernbrack, A.: A web service based\n   tool to plan atmospheric research flights, Geosci. Model Dev., 5,\n   55-71, https://doi.org/10.5194/gmd-5-55-2012, 2012.\n\nand the paper's Supplement (which includes a tutorial) before using the\napplication. The documents are available at:\n\n- http://www.geosci-model-dev.net/5/55/2012/gmd-5-55-2012.pdf\n- http://www.geosci-model-dev.net/5/55/2012/gmd-5-55-2012-supplement.pdf\n\nFor copyright information, please see the files NOTICE and LICENSE, located\nin the same directory as this README file.\n\n\n   When using this software, please be so kind and acknowledge its use by\n   citing the above mentioned reference documentation in publications,\n   presentations, reports, etc. that you create. Thank you very much.\n\nAcknowledgements\n----------------\n\nWe are very grateful for your continuing support for MSS!\n\nSee our [Contributors page](https://mss.readthedocs.io/en/stable/authors.html) for a list of authors. See also our info on [funding](\nhttps://mss.readthedocs.io/en/stable/funding.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpen-MSS%2FMSS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpen-MSS%2FMSS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpen-MSS%2FMSS/lists"}