Yield Tables logo

Welcome to open yield tables

Open yield tables is an open-source project that provides yield tables for different tree species. The yield tables are available as a Python package and as an API.

GitHub
Python package
Use the Python package of open yield tables to integrate it directly in your Python project.
$ pip install openyieldtables
→ Go to the docs
API
Use the REST API of open yield tables to access the yield tables from any programming language.
$ curl -X 'GET' 'https://yieldtables.org/v1/yield-tables-meta/' -H 'accept: application/json' → Go to the docs
Browse yield tables
You can open all the API endpoints in your browser to explore the data.
→ Open yield tables browser