Note: radbsdf is no longer maintained, full feature and future development available at pyradiance
radbsdf is a Python wrapper of the Radiance BSDF library which provides functionality for reading and querying tabular BSDF, usually in form of a xml file. radbsdf support both Klems and variable resolution tensor tree basis.
You can install radbsdf by entering the following command in your terminal/cmd/powershell:
pip install radbsdf
Currently, radbsdf is tested with Python 3.6-3.9 on MacOS, Windows, and various Linux platforms.
Alternatively, you can also download/clone this repo to your local environment and install locally:
git clone https://github.com/LBNL-ETA/radbsdf.git
cd radbsdf
pip install .