RTM Wrapper#

Description#

Code style: black Documentation Status

Common wrapper interface for various Radiative Transfer Models (RTMs).

Currently supports 6S.

Install#

With existing 6S installation:

$ pip install .

With locally compiled 6S binary:

$ pip install '.[6s]'

Without downloading dependencies:

$ pip install --no-deps .

Test#

$ pytest