igs-slm


Nameigs-slm JSON
Version 0.1.5b3 PyPI version JSON
download
home_pageNone
SummaryIGS Site Log Manager
upload_time2025-07-25 18:27:33
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.8
licenseNone
keywords beidou glonass gnss gps galileo igs international gnss service qzss slm site log manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm/)
[![PyPI djversions](https://img.shields.io/pypi/djversions/igs-slm.svg)](https://pypi.org/project/igs-slm/)
[![PyPI status](https://img.shields.io/pypi/status/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm)
[![Documentation Status](https://readthedocs.org/projects/igs-slm/badge/?version=latest)](http://igs-slm.readthedocs.io/?badge=latest/)
[![codecov](https://codecov.io/github/International-GNSS-Service/SLM/graph/badge.svg?token=PQVWN1LNM3)](https://codecov.io/github/International-GNSS-Service/SLM)
[![Test Status](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml?branch=main)
[![Lint Status](https://github.com/International-GNSS-Service/SLM/workflows/lint/badge.svg)](https://github.com/International-GNSS-Service/SLM/actions/workflows/lint.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

# ![](https://github.com/International-GNSS-Service/SLM/blob/main/src/slm/static/slm/img/slm-logo.svg?raw=true) 
Site Log Manager (SLM)
The Site Log Manager (SLM) is a web framework for managing [GNSS](https://en.wikipedia.org/wiki/Satellite_navigation) ground station meta data. `SLM` is maintained by the [International GNSS Service](https://igs.org/) and is freely licensed for general use under the [MIT License](https://opensource.org/license/mit). The SLM is implemented in [Python](https://python.org) and JavaScript using the [Django web framework](https://djangoproject.com).

The SLM aims to provide:

   * GNSS Site meta data (site log) management with a moderation workflow.
   * Support for multiple organizations and networks to be managed in an access controlled way.
   * Full legacy site log format support (both import and export).
   * Full GeodesyML support (both import and export).
   * JSON renderings of meta data.
   * Point-and-click graphical editing of site log data.
   * Public RESTful api for searching site log data.
   * Authenticated RESTful api for updating site log data.
   * Full access to the historical record.
   * Visualizations of networks and site information.
   * Configurable data validation that goes above and beyond schema validation.
   * Image and file attachments to sites.
   * A no-fork extensible architecture that allows organizations to modify out-of-the box behavior
     with plugins.

Full documentation is available on [igs-slm.readthedocs.org](https://igs-slm.rtfd.org) and speaks to multiple audiences:

   * **Developers** will want to refer to the [Installation](https://igs-slm.rtfd.org/en/latest/installation.html), [Architecture](https://igs-slm.rtfd.org/en/latest/architecture.html), [Commands](https://igs-slm.rtfd.org/en/latest/commands.html) and [Reference](https://igs-slm.rtfd.org/en/latest/reference.html) sections.
   * **System administrators** may be interested in [operations](https://igs-slm.rtfd.org/en/latest/overview.html) and [Commands](https://igs-slm.rtfd.org/en/latest/operations.html).
   * **Users** and **network coordinators** will be interested in the [User Manual](https://igs-slm.rtfd.org/en/latest/manual.html).
   * **Developers** wishing to work with SLM managed data will be interested in the [APIs](https://igs-slm.rtfd.org/en/latest/APIs.html).
   * **Everyone**, but particularly **program managers** will want to take a look at the
     [Overview](https://igs-slm.rtfd.org/en/latest/overview.html).

> ## ⚠️ **Warning**
> **The SLM has reached beta-maturity but is still undergoing rapid development. Check back soon for new documentation and updates. A version 1.0 stable release is expected in late September 2024.**

Please use the [discussions page](https://github.com/International-GNSS-Service/SLM/discussions/landing) for general inquiry and the [issues page](https://github.com/International-GNSS-Service/SLM/issues) to report bugs. Our road map is on the [projects page](https://github.com/International-GNSS-Service/SLM/projects).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "igs-slm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "BeiDou, GLONASS, GNSS, GPS, Galileo, IGS, International GNSS Service, QZSS, SLM, Site Log Manager",
    "author": null,
    "author_email": "Brian Kohan <bkohan@jpl.nasa.gov>, Ashley Santiago <ashley.k.santiago@jpl.nasa.gov>, Robert Khachikyan <robert.khachikyan@jpl.nasa.gov>",
    "download_url": "https://files.pythonhosted.org/packages/78/e7/99406fb372e3a85073b7873c0d4b883ea1b7d6e1d9ee1ba0b12dedef5c85/igs_slm-0.1.5b3.tar.gz",
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![PyPI version](https://badge.fury.io/py/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm/)\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm/)\n[![PyPI djversions](https://img.shields.io/pypi/djversions/igs-slm.svg)](https://pypi.org/project/igs-slm/)\n[![PyPI status](https://img.shields.io/pypi/status/igs-slm.svg)](https://pypi.python.org/pypi/igs-slm)\n[![Documentation Status](https://readthedocs.org/projects/igs-slm/badge/?version=latest)](http://igs-slm.readthedocs.io/?badge=latest/)\n[![codecov](https://codecov.io/github/International-GNSS-Service/SLM/graph/badge.svg?token=PQVWN1LNM3)](https://codecov.io/github/International-GNSS-Service/SLM)\n[![Test Status](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml?branch=main)\n[![Lint Status](https://github.com/International-GNSS-Service/SLM/workflows/lint/badge.svg)](https://github.com/International-GNSS-Service/SLM/actions/workflows/lint.yml)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n# ![](https://github.com/International-GNSS-Service/SLM/blob/main/src/slm/static/slm/img/slm-logo.svg?raw=true) \nSite Log Manager (SLM)\nThe Site Log Manager (SLM) is a web framework for managing [GNSS](https://en.wikipedia.org/wiki/Satellite_navigation) ground station meta data. `SLM` is maintained by the [International GNSS Service](https://igs.org/) and is freely licensed for general use under the [MIT License](https://opensource.org/license/mit). The SLM is implemented in [Python](https://python.org) and JavaScript using the [Django web framework](https://djangoproject.com).\n\nThe SLM aims to provide:\n\n   * GNSS Site meta data (site log) management with a moderation workflow.\n   * Support for multiple organizations and networks to be managed in an access controlled way.\n   * Full legacy site log format support (both import and export).\n   * Full GeodesyML support (both import and export).\n   * JSON renderings of meta data.\n   * Point-and-click graphical editing of site log data.\n   * Public RESTful api for searching site log data.\n   * Authenticated RESTful api for updating site log data.\n   * Full access to the historical record.\n   * Visualizations of networks and site information.\n   * Configurable data validation that goes above and beyond schema validation.\n   * Image and file attachments to sites.\n   * A no-fork extensible architecture that allows organizations to modify out-of-the box behavior\n     with plugins.\n\nFull documentation is available on [igs-slm.readthedocs.org](https://igs-slm.rtfd.org) and speaks to multiple audiences:\n\n   * **Developers** will want to refer to the [Installation](https://igs-slm.rtfd.org/en/latest/installation.html), [Architecture](https://igs-slm.rtfd.org/en/latest/architecture.html), [Commands](https://igs-slm.rtfd.org/en/latest/commands.html) and [Reference](https://igs-slm.rtfd.org/en/latest/reference.html) sections.\n   * **System administrators** may be interested in [operations](https://igs-slm.rtfd.org/en/latest/overview.html) and [Commands](https://igs-slm.rtfd.org/en/latest/operations.html).\n   * **Users** and **network coordinators** will be interested in the [User Manual](https://igs-slm.rtfd.org/en/latest/manual.html).\n   * **Developers** wishing to work with SLM managed data will be interested in the [APIs](https://igs-slm.rtfd.org/en/latest/APIs.html).\n   * **Everyone**, but particularly **program managers** will want to take a look at the\n     [Overview](https://igs-slm.rtfd.org/en/latest/overview.html).\n\n> ## \u26a0\ufe0f **Warning**\n> **The SLM has reached beta-maturity but is still undergoing rapid development. Check back soon for new documentation and updates. A version 1.0 stable release is expected in late September 2024.**\n\nPlease use the [discussions page](https://github.com/International-GNSS-Service/SLM/discussions/landing) for general inquiry and the [issues page](https://github.com/International-GNSS-Service/SLM/issues) to report bugs. Our road map is on the [projects page](https://github.com/International-GNSS-Service/SLM/projects).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "IGS Site Log Manager",
    "version": "0.1.5b3",
    "project_urls": {
        "Changelog": "https://igs-slm.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://igs-slm.readthedocs.io",
        "Homepage": "https://igs-slm.readthedocs.io",
        "Issues": "https://github.com/International-GNSS-Service/SLM/issues",
        "Repository": "https://github.com/International-GNSS-Service/SLM"
    },
    "split_keywords": [
        "beidou",
        " glonass",
        " gnss",
        " gps",
        " galileo",
        " igs",
        " international gnss service",
        " qzss",
        " slm",
        " site log manager"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d61cc731e0c4b7f42ddc1a75d90500c04d0daf6091a777929996aa4ee1240c06",
                "md5": "2a9e6c3fafdcd31a5eb23d03f3b6148f",
                "sha256": "f3672e482b4348e147af9d7645f518842ff02b2ff292a288eff87e784845e6d5"
            },
            "downloads": -1,
            "filename": "igs_slm-0.1.5b3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a9e6c3fafdcd31a5eb23d03f3b6148f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 1540971,
            "upload_time": "2025-07-25T18:27:31",
            "upload_time_iso_8601": "2025-07-25T18:27:31.738313Z",
            "url": "https://files.pythonhosted.org/packages/d6/1c/c731e0c4b7f42ddc1a75d90500c04d0daf6091a777929996aa4ee1240c06/igs_slm-0.1.5b3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78e799406fb372e3a85073b7873c0d4b883ea1b7d6e1d9ee1ba0b12dedef5c85",
                "md5": "0c73ce9de8dd08306dde25c4df6cf101",
                "sha256": "8d976a8ed72f6743cdc302bded4f45c12dad6bd731afeba90f8f5256774d6b3a"
            },
            "downloads": -1,
            "filename": "igs_slm-0.1.5b3.tar.gz",
            "has_sig": false,
            "md5_digest": "0c73ce9de8dd08306dde25c4df6cf101",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 7810288,
            "upload_time": "2025-07-25T18:27:33",
            "upload_time_iso_8601": "2025-07-25T18:27:33.711386Z",
            "url": "https://files.pythonhosted.org/packages/78/e7/99406fb372e3a85073b7873c0d4b883ea1b7d6e1d9ee1ba0b12dedef5c85/igs_slm-0.1.5b3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 18:27:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "International-GNSS-Service",
    "github_project": "SLM",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "igs-slm"
}
        
Elapsed time: 1.73279s