space_packet_parser

A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.

https://github.com/lasp/space_packet_parser

Science Score: 75.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization lasp has institutional domain (lasp.colorado.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

binary ccsds decoding decommutation packets parsing python science space xtce

Scientific Fields

Engineering Computer Science - 40% confidence
Last synced: 4 months ago · JSON representation ·

Repository

A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.

Basic Info
Statistics
  • Stars: 31
  • Watchers: 4
  • Forks: 7
  • Open Issues: 17
  • Releases: 13
Topics
binary ccsds decoding decommutation packets parsing python science space xtce
Created almost 3 years ago · Last pushed 4 months ago
Metadata Files
Readme License Code of conduct Citation Codeowners

README.md

Space Packet Parser

Conda PyPI DOI

Test Status codecov

Documentation: https://space-packet-parser.readthedocs.io/en/latest/

| Stable ReadTheDocs Build | Stable Docs | |------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Latest ReadTheDocs Build | "Latest Docs" |

Space Packet Parser is a package for decoding CCSDS telemetry packets according to an XTCE packet structure definition. It is based on the UML model of the XTCE spec and aims to support all but the most esoteric elements of the XTCE telemetry packet specification.

Resources: - XTCE (Green Book - Informational Report) - XTCE Element Description (Green Book - Informational Report) - XTCE (Blue Book - Recommended Standard)

Installation

From PyPI bash pip install space_packet_parser

From Anaconda (distributed on the lasp channel): bash conda install -c lasp space_packet_parser

Proud Member of the Python in Heliophysics Community (PyHC)

PyHC

Missions using Space Packet Parser

IMAP CLARREO Libera CTIM-FD MMS-FEEPS

Owner

  • Name: Laboratory for Atmospheric and Space Physics
  • Login: lasp
  • Kind: organization
  • Location: Boulder, CO

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'space_packet_parser'
type: software
version: '6.0.0'
description: A CCSDS telemetry packet decoding library based on the XTCE packet format description standard.
license: BSD-3-Clause
abstract: The Space Packet Parser Python library is a generalized, configurable packet decoding library for CCSDS telemetry
    packets based on the XTCE standard for packet structure definitions. It supports complex and polymorphic
    packet structures, using the XTCE UML model to represent dynamic inheritance structures and conditionals
    based on previously parsed data fields. The core functionality of the library is the
    configuration of an XtcePacketDefinition object from a static XTCE XML document. The configured definition
    object can then iterate over binary data, parsing and yielding parsed Packet objects containing the decoded
    packet field values in a generator pattern. The binary data may originate from an in-memory binary object,
    a buffered file reader opened in binary mode, or a python socket object; in every case, a small buffer is
    used to read chunks of data to reduce memory footprint.
    The space_packet_parser library supports robust error handling, is capable of handling malformed
    packet structures, and can dynamically parse muxed APID packet streams.
authors:
- email: gavin.medley@lasp.colorado.edu
  name: Gavin Medley
  orcid: "0000-0002-3520-9715"
- email: michael.chambliss@lasp.colorado.edu
  name: Michael Chambliss
  orcid: "0009-0003-7493-0542"
- email: greg.lucas@lasp.colorado.edu
  name: Greg Lucas
  orcid: "0000-0003-1331-1863"
maintainers:
- email: gavin.medley@lasp.colorado.edu
  name: Gavin Medley
  orcid: "0000-0002-3520-9715"
- email: greg.lucas@lasp.colorado.edu
  name: Greg Lucas
  orcid: "0000-0003-1331-1863"
repository-code: "https://github.com/lasp/space_packet_parser"
url: "https://space-packet-parser.readthedocs.io"

GitHub Events

Total
  • Create event: 31
  • Release event: 5
  • Issues event: 21
  • Watch event: 2
  • Delete event: 18
  • Issue comment event: 65
  • Push event: 166
  • Pull request review comment event: 121
  • Pull request review event: 121
  • Pull request event: 64
Last Year
  • Create event: 31
  • Release event: 5
  • Issues event: 21
  • Watch event: 2
  • Delete event: 18
  • Issue comment event: 65
  • Push event: 166
  • Pull request review comment event: 121
  • Pull request review event: 121
  • Pull request event: 64

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 14
  • Total pull requests: 39
  • Average time to close issues: 5 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 5
  • Average comments per issue: 1.07
  • Average comments per pull request: 0.87
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 11
  • Pull requests: 39
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 2 days
  • Issue authors: 2
  • Pull request authors: 5
  • Average comments per issue: 0.91
  • Average comments per pull request: 0.87
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • medley56 (4)
  • greglucas (4)
Pull Request Authors
  • medley56 (18)
  • greglucas (13)
  • pre-commit-ci[bot] (2)
  • dependabot[bot] (2)
  • cgobat (1)
Top Labels
Issue Labels
bug (3) enhancement (1) documentation (1)
Pull Request Labels
dependencies (2) github_actions (2) enhancement (1)

Dependencies

.github/workflows/test-python-version.yml actions
  • actions/checkout v3 composite
Dockerfile docker
  • python ${BASE_IMAGE_PYTHON_VERSION}-slim build
docker-compose.yml docker
  • space-packets-3.10-test latest
  • space-packets-3.11-test latest
  • space-packets-3.8-test latest
  • space-packets-3.9-test latest
pyproject.toml pypi
  • bitstring >=3.0.0,<5
  • python >=3.8,<3.12
.github/workflows/tests.yml actions
.github/workflows/run-pylint.yml actions
  • actions/checkout v4 composite