Skip to content

LeafLux Documentation

About

LeafLux is a process based light dynamics model for forested environments. The goal of LeafLux is to provide relative irradiance information for a user provided canopy and terrain at a finer resolution than is typically available. It is a Python package that aims to be easy to use and is compatible with standard numpy data types.

Documentation home

PyPi package

Installation

Leaflux can be installed using pip:

pip install leaflux

Quick start guide

Install LeafLux as shown above, then include it in your project like:

import leaflux

You can then follow a how to guide to learn how to use LeafLux to generate irradiance information.

Issues

If you encounter any issues, please submit an issue to this project's issue page.