0

How to get future weather with E+ Python API

With E+ Python API, I want to retrieve variables like outdoor temperature, mean radiant temperature, relative humidity, for +1, +2 ... timesteps from my current timestep to be viewable at my current timestep.

How can I achieve this?

Thanks

LeSUTHU's avatar
27
LeSUTHU
asked 2023-06-18 10:50:51 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Read the documentation on datatransfer.DataExchange. Here's an extract:

As a side note, you're using python, so you could also just parse the EPW yourself, retrieve the current simulation time, and do the lookups yourself. That'd allow you to lookup further than 1 day in the future if needed.

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2023-06-19 02:21:57 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments