1. Climate Analysis#

Before you start doing architecture design it is important to understand the location of the site. One way to do this is to analysis the weather data that is available for the site. In this tutorial we will learn where to find the weather files and which program can help us visualize and analyze the data.

1.1. Where can I find weather files?#

Weather data are most commonly stored as .epw files. There are other formats such as .wea for daylight simulation by Daysim. You can get .epw files from these two main websites:

  1. climate.onebuilding.org: more recent weather files.

  2. Energyplus website : hosted by the energyplus software website.

In this tutorial, we will use the weather files from climate.onebuilding.org as they are more up to date.

1.2. GIMP and Inkscape for visualization#

  1. Install Inkscape==1.4 here for doing vector illustration and Gimp==3.0.0 here for working with raster images.