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

binary ccsds decoding decommutation packets parsing python science space xtce
5 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes standardizing the import alias for the Xarray library throughout the codebase. The current alias `xarr` should be updated to the more common and standard `xr` wherever Xarray is imported and used.

Complexity: 1/5
enhancement good first issue

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

Python
#binary#ccsds#decoding#decommutation#packets#parsing#python#science#space#xtce
enhancement good first issue

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

Python
#binary#ccsds#decoding#decommutation#packets#parsing#python#science#space#xtce
Support xtce:UnitSet about 2 months ago
enhancement help wanted good first issue

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

Python
#binary#ccsds#decoding#decommutation#packets#parsing#python#science#space#xtce
enhancement help wanted question

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

Python
#binary#ccsds#decoding#decommutation#packets#parsing#python#science#space#xtce

AI Summary: The GitHub release workflow action incorrectly identifies pre-releases due to a regex issue in a bash script. The current regex is quoted, which causes problems in bash, and uses `*` instead of `+`, allowing invalid version matches. The proposed fix involves unquoting the regex and changing `*` to `+` to correctly identify standard semantic versions.

Complexity: 1/5
bug good first issue devops github_actions

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

Python
#binary#ccsds#decoding#decommutation#packets#parsing#python#science#space#xtce