https://github.com/brianschubert/rtm-wrapper
https://github.com/brianschubert/rtm-wrapper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianschubert/rtm-wrapper
- Owner: brianschubert
- Created: 2023-07-18T17:09:12.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-01T19:02:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T18:16:58.509Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
RTM Wrapper
===========
|Code style: black| |Documentation Status|
Common wrapper interface for various Radiative Transfer Models (RTMs).
Currently supports `6S `__.
Install
-------
With existing 6S installation:
.. code:: shell
$ pip install .
With locally compiled 6S binary:
.. code:: shell
$ pip install '.[6s]'
Without downloading dependencies:
.. code:: shell
$ pip install --no-deps .
Test
----
.. code:: shell
$ pytest
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-black.svg
:target: https://github.com/psf/black
.. |Documentation Status| image:: https://readthedocs.org/projects/rtm-wrapper/badge/?version=develop
:target: https://rtm-wrapper.readthedocs.io/en/develop/?badge=develop