Metadata-Version: 2.1
Name: joseki
Version: 2.4.0
Summary: Reference atmosphere's thermophysical profiles for radiative transfer applications in Earth's atmosphere.
License: MIT
Author-email: Yvan Nollet <yvan.nollet@rayference.eu>
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: attrs>=22.2.0
Requires-Dist: click>=8.1.3
Requires-Dist: importlib-resources>=5.10.2
Requires-Dist: netCDF4>=1.6.2
Requires-Dist: numpy>=1.22.0
Requires-Dist: pandas>=1.5.2
Requires-Dist: pint>=0.20.1
Requires-Dist: scipy>=1.9.3
Requires-Dist: ussa1976>=0.3.4
Requires-Dist: xarray>=2022.12.0
Project-URL: Changelog, https://github.com/nollety/joseki/blob/main/docs/changelog.md
Project-URL: homepage, https://github.com/nollety/joseki
Project-URL: issues, https://github.com/nollety/joseki/issues
Project-URL: repository, https://github.com/nollety/joseki
Description-Content-Type: text/markdown

# Joseki

Reference atmosphere's thermophysical profiles for radiative transfer
applications in Earth's atmosphere.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![code-style-black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI](https://img.shields.io/pypi/v/joseki)](https://pypi.python.org/pypi/joseki/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/joseki)](https://anaconda.org/conda-forge/joseki)
[![Coverage](https://codecov.io/gh/nollety/joseki/branch/main/graph/badge.svg)](https://codecov.io/gh/nollety/joseki)


This package gathers together datasets of thermophysical properties of the
Earth's atmosphere relevant for radiative transfer applications, and provides
utilities to compute common caracteristic quantities as well as to perform
different operations, such as interpolation and rescaling, on a dataset.

## Features

* Available profiles:
  * *AFGL Atmospheric Constituent Profiles (0-120 km)*
  * *MIPAS (2007) reference atmospheres*
  * *U.S. Standard Atmosphere, 1976*
* Specify the altitude mesh to interpolate the atmospheric profile at.
* Command-line interface.
* Python API.


## Requirements

* Python 3.8+


## Installation

You can install *Joseki* via `pip` from [`PyPI`](https://pypi.org/):

```shell
pip install joseki
```

or via [`conda`](https://docs.conda.io):

```shell
conda install -c conda-forge joseki
```

## Documentation

Visit https://rayference.github.io/joseki/latest.

## Ikigai

*Joseki* was born in the context of the development of the 
[Eradiate](https://github.com/eradiate/eradiate) radiative transfer model, from
the need to collect, document and trace, integrate and modify *popular* 
thermophysical profiles.
As such, its features evolve in close relationship to those of *Eradiate*.

## About

Joseki is written and maintained by [Yvan Nollet](https://github.com/nollety).

Development is supported by [Rayference](https://www.rayference.eu).

Joseki is a component of the [Eradiate radiative transfer model](https://www.eradiate.eu/site/).

