Envi-met results analysis in grasshopper

Hello everyone!

I’ve been using envi-met to study UHI effect in a neighborhood in Beirut.
Anyway I wanted to use grasshopper and ladybug to analyze a few things, the component “Envi-met results reader” gives 2 lists under “analysis results” and “test points”, first one gives out temperature and the second gives the points coordinates in the model.
I want to be able to read temperatures for a number of points included in a specific area (mask) and analyze them.
So I was wondering if there’s a way to associate each point with its temperature value?
Using the merge component only gets me there (lists containing temperature and coordinates) but I can’t seem to be able to use these to do what I want.

Capture

Hi @Michele,

you could use LB threshold component to analyze the grid or use native components of grasshopper to select data.


example.gh (381.5 KB)

Let me know if it works for you.

Regards,
Antonello

Thank you so much for your help @AntonelloDiNunzio!

It did work!
I was able to select the points that I want with their respective temperatures.

Best regards,
Michele