ladybug-grasshopper
ladybug-grasshopper copied to clipboard
🐞 :green_book: Ladybug plugin for Grasshopper
The [AdaptiveParameter property](https://github.com/ladybug-tools/ladybug-comfort/blob/241733d2f8658a687112f232c0d343b67dbbc4f6/ladybug_comfort/parameter/adaptive.py#L170) `ashrae_or_en` was recently renamed to that from `ashrae55_or_en15251`, but the Grasshopper Adaptive component was not updated to use the new name, leading to an error in Grasshopper:...
It seems that using `subprocess.PIPE` can be dangerous on Windows machines: https://stackoverflow.com/questions/5069224/handling-subprocess-crash-in-windows .... and this is causing a crash of Rhino on some machines: https://discourse.ladybug.tools/t/ladybug-cumulative-sky-matrix-crashes-gh-and-rhino-without-crash-report/15648 We should try to find...
Hi LBT team, We think a component to convert LB Object to JSON string as well as the other way around will be helpful, in addition to save to file...
This shouldn't be terribly difficult to add. It should be exposed an an option on the component inputs, though, since I think it doesn't feel like the desired default behavior....
It would be great if there was a way to generate a colored shading mask with Ladybug. Where we could assign a group of colors to each building of the...
Ladybug-GH part
Hi @chriswmackey, My suggestion is to implement the support for multiple viewports in the viewport filter for LB Preview VisualizationSet as such: ```python for vp in self.viewport: if vp is...
Hello! I'm just requesting that there be created a new component to take the place of the legacy ```Ladybug_Line_Chart```s line graphing to allow for more plotting options for weather, energysim...