https://github.com/treely/openyieldtables
An open source Python library for yield tables
https://github.com/treely/openyieldtables
forest-carbon forest-management open-source yield-tables
Last synced: 6 months ago
JSON representation
An open source Python library for yield tables
- Host: GitHub
- URL: https://github.com/treely/openyieldtables
- Owner: treely
- License: mit
- Created: 2024-04-03T12:04:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-11T07:43:55.000Z (10 months ago)
- Last Synced: 2025-09-13T16:11:39.313Z (10 months ago)
- Topics: forest-carbon, forest-management, open-source, yield-tables
- Language: Python
- Homepage: https://yieldtables.org
- Size: 950 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README

[](https://pypi.org/project/openyieldtables/) [](https://pypi.org/project/openyieldtables/)  [](https://openyieldtables.readthedocs.io/en/latest/?badge=latest)
An open source Python library for yield tables.
## Quickstart
Download the latest version of the library from [PyPI](https://pypi.org/project/openyieldtables/):
```bash
pip install openyieldtables
```
Import the library and load a yield table:
```python
from openyieldtables.yieldtables import (
get_yield_table,
get_yield_tables_meta,
)
# Get the metadata of all available yield tables
yield_tables_meta = get_yield_tables_meta()
# Get the data of a yield table by its ID
yield_table_data = get_yield_table(1)
```
## Documentation
You can find the documentation
[here](https://openyieldtables.readthedocs.io/en/latest/).
## Contributing
We are happy about every contribution! Please follow our
[contribution guideline](https://github.com/treely/openyieldtables/blob/main/CONTRIBUTING.md).
## About
`openyieldtables` is maintained by [Tree.ly](https://tree.ly) and
[FMM](https://www.fmm.at/).