Metadata-Version: 2.4
Name: satnogs-orbital-data
Version: 0.1
Summary: A package for fetching orbital data from sources & converting them among formats.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.5
Requires-Dist: sgp4>=2.25
Requires-Dist: spacetrack>=1.3.1
Dynamic: license-file

# satnogs-orbital-data

[![Pipeline Status](https://gitlab.com/librespacefoundation/satnogs/satnogs-orbital-data/badges/main/pipeline.svg)](https://gitlab.com/librespacefoundation/satnogs/satnogs-orbital-data/-/pipelines)
[![Coverage](https://gitlab.com/librespacefoundation/satnogs/satnogs-orbital-data/badges/main/coverage.svg)](https://gitlab.com/librespacefoundation/satnogs/satnogs-orbital-data/-/pipelines)
[![PyPI version](https://img.shields.io/pypi/v/satnogs-orbital-data.svg)](https://pypi.org/project/satnogs-orbital-data/)
![Python Version](https://img.shields.io/badge/dynamic/toml?url=https://gitlab.com/librespacefoundation/satnogs/satnogs-orbital-data/-/raw/main/pyproject.toml&query=project.requires-python&label=python)

## 🚀 Overview

`satnogs-orbital-data` is a Python library for:

- Fetching orbital data from sources from providers
- Converting the data to and from various formats

It is designed primarily for internal integration within SatNOGS.

---

## 📦 Installation

Requires **Python ≥ 3.11**.

```bash
pip install satnogs-orbital-data
```

## 💻 Usage

For complete examples and usage patterns, see [docs/docs.md](docs/docs.md).

## License

[![license](https://img.shields.io/badge/license-AGPL%203.0-6672D8.svg)](LICENSE)
[![Libre Space Foundation](https://img.shields.io/badge/%C2%A9%202014--2026-Libre%20Space%20Foundation-6672D8.svg)](https://librespacefoundation.org/)
