1

spacing between buildings

Hi How can we know the distance between the buildings from the .idf file?

THank you.

llfan_123's avatar
49
llfan_123
asked 2021-07-21 14:46:32 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-07-31 12:56:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Look at this object.

https://bigladdersoftware.com/epx/doc...

According to the docs, "Only one location is allowed."

Be careful though, because "Weather data file location, if it exists, will override any location data in the IDF."

You can access the lat/long of the facility by examining these fields:

https://bigladdersoftware.com/epx/doc...

https://bigladdersoftware.com/epx/doc...

elevation might also be useful.

https://bigladdersoftware.com/epx/doc...

Using latitude, longitude, and elevation, you can probably calculate the distance between buildings. What is the application for this? Based on what I can infer, an IDF represents one building, so you would have to query multiple values from different IDFs to calculate the distance between buildings.

sashadf1's avatar
1.1k
sashadf1
answered 2021-07-21 16:55:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments