Metadata-Version: 2.4
Name: cosmica
Version: 0.4.0
Summary: COnstellation Satellite siMulator for optIcal CommunicAtion
Author: Shunichiro Nomura, Vinícius Nery, Kazuki Takashima
Author-email: Shunichiro Nomura <nomura@space.t.u-tokyo.ac.jp>, Vinícius Nery <viniciusfnery@space.t.u-tokyo.ac.jp>, Kazuki Takashima <takashima@space.t.u-tokyo.ac.jp>
License-Expression: MIT OR Apache-2.0
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Dist: geopandas>=0.14.2
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: networkx>=3.1
Requires-Dist: numpy>=1.24.2
Requires-Dist: pandas>=2.0.2
Requires-Dist: pydantic>=2.7.4
Requires-Dist: pymap3d>=3.0.1
Requires-Dist: sgp4>=2.23
Requires-Dist: skyfield>=1.46
Requires-Dist: tqdm>=4.66.4
Requires-Dist: typing-extensions>=4.9.0
Requires-Python: >=3.12
Project-URL: Documentation, https://www.space.t.u-tokyo.ac.jp/cosmica/
Project-URL: Issues, https://github.com/ut-issl/cosmica/issues
Project-URL: Repository, https://github.com/ut-issl/cosmica
Description-Content-Type: text/markdown

# 🛰️ COnstellation Satellite siMulator for optIcal CommunicAtion (COSMICA)

[![PyPI](https://img.shields.io/pypi/v/cosmica)](https://pypi.org/project/cosmica/)
![PyPI - License](https://img.shields.io/pypi/l/cosmica)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cosmica)
[![Test Status](https://github.com/ut-issl/cosmica/actions/workflows/ci.yaml/badge.svg)](https://github.com/ut-issl/cosmica/actions)
[![codecov](https://codecov.io/gh/ut-issl/cosmica/graph/badge.svg?token=050KA0MEP8)](https://codecov.io/gh/ut-issl/cosmica)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

COSMICA is a Python package for simulating optical communication satellite constellations. It is modular and extensible so that users can conduct various optical communication satellite constellation analyses. See [COSMICA documentation](https://www.space.t.u-tokyo.ac.jp/cosmica/) for more details.

## Usage

### Examples

- See `examples` directory for how to use COSMICA in analyses.

## Getting started

### Prerequisites

- Python 3.12 or higher

### Installation

If you use pip, install COSMICA by running:

```bash
pip install cosmica
```

## Structure

The diagram below shows the structure of the simulator. Each green box is a Python submodule.

![COSMICA structure](docs/assets/cosmica_structure.drawio.svg)

## License

This project is licensed under either of the MIT license or the Apache License 2.0 at your option.
