Collect certain *.sql outputs from large amounts of OS files

Hello all,

I’m trying to research the paramatic simulation in LBT and finally got 150+ OS model. Now I want to extract the outdoor temperature of one certain face in different models but failed to clarify the *.sql data structures. Please check the screenshot below.

I just want to ouput the data in red rectangle and find max. value of each OS model in range 8760 hours. Can anyone help? Thanks in advance!

  1. Use the native Grasshopper “List Item” component to select out the data collection of the Face you are interested in.
  2. Use the native Grasshopper “Max” component to get the maximum of the list of values coming out of the “Deconstruct Data” component.