CliDApp4Rhino is a Python plugin for the Rhinoceros program developed by CliMA that enables users to download weather files into the Rhinoceros environment from the CliDApp API.
Before installing the CliDApp4Rhino plugin, ensure that you have the following:
To install the CliDApp4Rhino plugin, follow the steps below:
pip install CliDApp4Rhino
clidapp4rhino
CliDApp4Rhino
If Rhino suggests this command, then you have successfully installed the plugin.
After installing the plugin and launching the CliDApp4Rhino command, you will now see the dialog box below:
Begin by selecting a city from the dropdown.
Then, select a weather file from the following three options:
Next, select a data type. Currently, only observation data is available.
The start/end-year ranges will differ depending on the weather file selected. Currently, for AMY and TMY files, the start-year and end-year range starts from 1979 and ends in 2023. For FTMY files, the baseline years run from 1979 to 2023, and they are projected to 2050 to 2070.
Afterwards, select your desired file type. Then, enter the path where you want to download the file. If the text box for Download Path is left empty, the default path will be Downloads/clidapp/epw. Lastly, click on OK to begin downloading the weather file.
An example of using the CliDApp4Rhino plugin is downloading the EPW weather files to visualise data in wind rose charts.
As shown in the form inputs below, the following file was downloaded.
We get the following chart using a Panel, the ImportEPW Ladybug module, and the WindRose Ladybug module.