-
Notifications
You must be signed in to change notification settings - Fork 2
3.1.3 Read building and grid together
Morpho leaves lots of flexibility to the user about how to read data. It is possible also to extract data and create custom metrics or read different data types to display in the same heatmap. This chapter shows you how to combine the surface temperature with the building wall outside temperature to create a unique heatmap. You should be familiar with the general method of reader explained here and how to read building
The first part of the workflow consists of reading both categories at the same time, making sure they are synchronized and selecting the appropriate variable.
Because I am going to merge both maps together it does not make sense to read two variables with different units of measure - except if you do not want to create two distinct legends.
I am reading:
- Surface temperature (°C)
- Wall: Temperature Node 1/ outside (°C)
In order to get a unique heatmap we need to use a series of native components of Grasshopper and Ladybug Tools (highlighted in red).
Morpho for Grasshopper - Antonello Di Nunzio