https://github.com/zmoon/crt1d
1-D vegetation canopy radiative transfer schemes
https://github.com/zmoon/crt1d
Last synced: about 1 year ago
JSON representation
1-D vegetation canopy radiative transfer schemes
- Host: GitHub
- URL: https://github.com/zmoon/crt1d
- Owner: zmoon
- License: mit
- Created: 2018-06-01T03:42:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T18:52:37.000Z (about 1 year ago)
- Last Synced: 2025-04-07T19:41:54.694Z (about 1 year ago)
- Language: Python
- Homepage: http://crt1d.rtfd.io/
- Size: 896 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crt1d
Testbed/framework for 1-D canopy radiative transfer schemes.
[](https://crt1d.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/zmoon/crt1d/actions/workflows/ci.yml)
[](https://zenodo.org/doi/10.5281/zenodo.10869932)
[](https://www.repostatus.org/#inactive)
## Installation
Latest (requires `git`):
```
pip install git+https://github.com/zmoon/crt1d
```
## Documentation
[Read the docs](https://crt1d.readthedocs.io/en/latest/).
See [docs/solvers](https://crt1d.readthedocs.io/en/latest/solvers.html) for information on included canopy radiative transfer schemes
and [docs/examples](https://crt1d.readthedocs.io/en/latest/examples.html) for examples of `crt1d` in action.