bifacial_radiance
bifacial_radiance copied to clipboard
Allow removal of entries from module.json
Right now module.json is growing and not easy to pare down. We should have functions that let you interact with this data file.
One important function will be to just clean-slate the json. I keep running into ways to break it (now it was a name with a comma)
Also --- it'd be great to be able to copy modules, and modify specific variables without running the full command. i.e. mymodule.set_attribute('zgap', newZgapvalue)