Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasa-pds/naif-pds4-bundler
Package to generate PDS4 SPICE Kernels Archives
https://github.com/nasa-pds/naif-pds4-bundler
archive data geometry geometry-processing navigation planetary-data planetary-science python spice
Last synced: 4 days ago
JSON representation
Package to generate PDS4 SPICE Kernels Archives
- Host: GitHub
- URL: https://github.com/nasa-pds/naif-pds4-bundler
- Owner: NASA-PDS
- License: apache-2.0
- Created: 2021-09-22T14:10:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T23:59:08.000Z (5 months ago)
- Last Synced: 2024-11-08T12:46:47.297Z (6 days ago)
- Topics: archive, data, geometry, geometry-processing, navigation, planetary-data, planetary-science, python, spice
- Language: HCL
- Homepage: https://NASA-PDS.github.io/naif-pds4-bundler
- Size: 53.6 MB
- Stars: 5
- Watchers: 7
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🪐 NAIF PDS4 Bundler
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04327/status.svg)](https://doi.org/10.21105/joss.04327) [![Unstable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%A4%AA%20Unstable%20integration%20&%20delivery/badge.svg "Latest unstable integration log")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%A4%AA+Unstable+integration+%26+delivery%22) [![Stable Build](https://github.com/NASA-PDS/naif-pds4-bundler/workflows/%F0%9F%98%8C%20Stable%20integration%20&%20delivery/badge.svg "Latest stable integration log")](https://github.com/NASA-PDS/naif-pds4-bundler/actions?query=workflow%3A%22%F0%9F%98%8C+Stable+integration+%26+delivery%2)
Software package by [NASA's Navigation and Ancillary Information Facility](https://naif.jpl.nasa.gov/naif/)
that enables SPICE kernels archive producers to get familiar with,
design, and generate [Planetary Data System](https://pds.nasa.gov/) SPICE
archives from end-to-end using the applicable PDS4 standards.## 🛠️️ Prerequisites
* A computer based on a 64-bit Unix operating system: Linux or Mac
* Python 3.8 (or higher)
* A NAIF supported C compiler [(see link)](https://naif.jpl.nasa.gov/naif/toolkit_C.html)## ⎆ Installation
Install with:
pip install naif-pds4-bundler
To execute just to show the help message, run:
naif-pds4-bundler --help
See the online documentation for [Installation](https://nasa-pds.github.io/naif-pds4-bundler/41_npb_installation.html) instructions.
👉 _Note:_ The above commands demonstrate typical usage with a command-line prompt, such as that provided by the popular `bash` shell; your own prompt may appear differently and may vary depending on operating system, shell choice, and so forth.
## 📄 Documentation
Installation and Usage information can be found in the documentation online
at https://nasa-pds.github.io/naif-pds4-bundler/ or the latest version is
maintained under the `docs` directory.The documentation describes the process to prepare SPICE archives and describes the NAIF
approach to using PDS4 standards in great detail.## 👏 Contribute
All users and developers of the NASA-PDS software are expected to abide by our [Code of Conduct](https://github.com/NASA-PDS/.github/blob/main/CODE_OF_CONDUCT.md). Please read this to ensure you understand the expectations of our community. For information on how to contribute to NASA-PDS codebases please take a look at our [Contributing guidelines](https://github.com/NASA-PDS/.github/blob/main/CONTRIBUTING.md).
- Issue Tracker: https://github.com/NASA-PDS/naif-pds4-bundler/issues
- Source Code: https://github.com/NASA-PDS/naif-pds4-bundler## 💁♀️ Support
If you are having issues file a bug report in GitHub: https://github.com/NASA-PDS/naif-pds4-bundler/issues
Or you can reach us at https://pds.nasa.gov/?feedback=true
## 💳 License
The project is licensed under the Apache License, version 2. See the `LICENSE.txt` file for details.