Skip to content

bifacial_radiance 0.0.4

Compare
Choose a tag to compare
@cdeline cdeline released this 13 Dec 20:57
· 1590 commits to main since this release
c67887c

New functionality: Custom module configuration

RadianceObj.makeModule(name, x, y, bifi): add a new module to the configuration file, named name
RadianceObj.printModules() : list the available module names in the configuration file data\module.json
SceneObj.readModule(name) : list configuration details for module type name

Install using pip

  1. Clone or download the bifacial_radiance repository.
  2. Navigate to repository: cd bifacial_radiance
  3. Install via pip: "pip install . "
  4. Alternate installation development mode: " pip install -e . "