https://github.com/ladybug-tools/ladybug-grasshopper
🐞 :green_book: Ladybug plugin for Grasshopper
https://github.com/ladybug-tools/ladybug-grasshopper
data-visualization epw grasshopper-plugin ladybug ladybug-grasshopper python tmy weather-data
Last synced: 5 days ago
JSON representation
🐞 :green_book: Ladybug plugin for Grasshopper
- Host: GitHub
- URL: https://github.com/ladybug-tools/ladybug-grasshopper
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2017-07-21T13:33:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-05T01:09:07.000Z (5 months ago)
- Last Synced: 2025-09-05T03:10:07.859Z (5 months ago)
- Topics: data-visualization, epw, grasshopper-plugin, ladybug, ladybug-grasshopper, python, tmy, weather-data
- Language: Python
- Homepage:
- Size: 22.9 MB
- Stars: 43
- Watchers: 5
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/ladybug-tools/ladybug-grasshopper/actions)
[](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# ladybug-grasshopper
:beetle: :green_book: Ladybug plugin for Grasshopper (aka. ladybug[+])
This repository contains all Grasshopper components for the ladybug plugin.
The package includes both the user objects (`.ghuser`) and the Python source (`.py`).
Note that this library only possesses the Grasshopper components and, in order to
run the plugin, the core libraries must be installed in a way that
they can be found by Rhino (see dependencies).
## Dependencies
The ladybug-grasshopper plugin has the following dependencies (other than Rhino/Grasshopper):
* [ladybug-core](https://github.com/ladybug-tools/ladybug)
* [ladybug-geometry](https://github.com/ladybug-tools/ladybug-geometry)
* [ladybug-comfort](https://github.com/ladybug-tools/ladybug-comfort)
* [ladybug-display](https://github.com/ladybug-tools/ladybug-display)
* [ladybug-radiance](https://github.com/ladybug-tools/ladybug-radiance)
* [ladybug-rhino](https://github.com/ladybug-tools/ladybug-rhino)
## Installation
See the [Wiki of the lbt-grasshopper repository](https://github.com/ladybug-tools/lbt-grasshopper/wiki)
for the installation instructions for the entire Ladybug Tools Grasshopper plugin
(including this repository).