Metadata-Version: 2.4
Name: cosmica
Version: 0.3.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: rich>=13.7.1
Requires-Dist: sgp4>=2.23
Requires-Dist: skyfield>=1.46
Requires-Dist: tqdm>=4.66.4
Requires-Dist: typer>=0.12.3
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)

![Test Status](https://github.com/ut-issl/cosmica/workflows/test/badge.svg)

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)
