[](https://opensource.org/licenses/MIT)
[](https://pypi.python.org/pypi/igs-slm/)
[](https://pypi.python.org/pypi/igs-slm/)
[](https://pypi.org/project/igs-slm/)
[](https://pypi.python.org/pypi/igs-slm)
[](http://igs-slm.readthedocs.io/?badge=latest/)
[](https://codecov.io/github/International-GNSS-Service/SLM)
[](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml?branch=main)
[](https://github.com/International-GNSS-Service/SLM/actions/workflows/lint.yml)
[](https://github.com/astral-sh/ruff)
# 
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/6d/9f/ecbb34a9822b0675ba403795ec4e38b10e4dab3a95852b20d8a2131906ca/igs_slm-0.4.0b0.tar.gz",
"platform": null,
"description": "[](https://opensource.org/licenses/MIT)\n[](https://pypi.python.org/pypi/igs-slm/)\n[](https://pypi.python.org/pypi/igs-slm/)\n[](https://pypi.org/project/igs-slm/)\n[](https://pypi.python.org/pypi/igs-slm)\n[](http://igs-slm.readthedocs.io/?badge=latest/)\n[](https://codecov.io/github/International-GNSS-Service/SLM)\n[](https://github.com/International-GNSS-Service/SLM/actions/workflows/test.yml?branch=main)\n[](https://github.com/International-GNSS-Service/SLM/actions/workflows/lint.yml)\n[](https://github.com/astral-sh/ruff)\n\n#  \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.4.0b0",
"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": "10faf539557a2da51550fd312c15e6453f30cc1c4727911626c4a800e9bbc5b3",
"md5": "848a3559e7ac2ee3ccdfe9a0e2066ed0",
"sha256": "4a9b419bf825fc66c433f8c170783f7b6f2f275f48bb78ad9d674a637ba5f6b3"
},
"downloads": -1,
"filename": "igs_slm-0.4.0b0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "848a3559e7ac2ee3ccdfe9a0e2066ed0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 1634344,
"upload_time": "2025-11-07T22:28:22",
"upload_time_iso_8601": "2025-11-07T22:28:22.317200Z",
"url": "https://files.pythonhosted.org/packages/10/fa/f539557a2da51550fd312c15e6453f30cc1c4727911626c4a800e9bbc5b3/igs_slm-0.4.0b0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d9fecbb34a9822b0675ba403795ec4e38b10e4dab3a95852b20d8a2131906ca",
"md5": "fb0baf2b161ab5b4c4a33bf7f6b8e557",
"sha256": "048a2885b5444f688c54881dd927e3bea8aa05631176683923d9891149393356"
},
"downloads": -1,
"filename": "igs_slm-0.4.0b0.tar.gz",
"has_sig": false,
"md5_digest": "fb0baf2b161ab5b4c4a33bf7f6b8e557",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 8078495,
"upload_time": "2025-11-07T22:28:24",
"upload_time_iso_8601": "2025-11-07T22:28:24.122184Z",
"url": "https://files.pythonhosted.org/packages/6d/9f/ecbb34a9822b0675ba403795ec4e38b10e4dab3a95852b20d8a2131906ca/igs_slm-0.4.0b0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-07 22:28:24",
"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"
}