I’m seeing packages such as numpy and pandas installed under ladybug_tools, and Rhino includes that folder as a location of packages, but in Grasshopper I can’t access them.
Is it the IronPython compatibility issue again, or has @mostapha hacked Grasshopper to be able to use external packages?
Hi @JimMarsh,
NumPy is used in honeybee-radiance-postprocess for post-processing of the results generated by the annual-daylight recipe. NumPy is not used directly in Grasshopper but we can run NumPy through CLI commands. Some of the post-processing components under the Results tab in HB-Radiance are using such commands. You can see an example for HB Annual Daylight Metrics here.
2 Likes