# Import Design Day

![](/files/-Mihik39Y3s0Y9CqYMW6)

![](/files/-Mihik3B_zp-NzaJ8P3_) - [\[source code\]](https://github.com/ladybug-tools/ladybug-grasshopper/blob/master/ladybug_grasshopper/src//LB%20Import%20Design%20Day.py)

Import hourly climate data from a Ladybug DesignDay object.

### Inputs

* **design\_day \[Required]**

A DesignDay object to import.

### Outputs

* **location**

A Ladybug Location object describing the location of the design day.

* **dry\_bulb\_temperature**

The houlry dry bulb temperature over the design day, in C.

* **dew\_point\_temperature**

The hourly dew point temperature over the design day, in C.

* **relative\_humidity**

The hourly Relative Humidity over the design day in percent.

* **wind\_speed**

The hourly wind speed over the design day in m/sec.

* **wind\_direction**

The hourly wind direction over the design day in degrees. The convention is that North=0.0, East=90.0, South=180.0, West=270.0.

* **direct\_normal\_rad**

The hourly Direct Normal Radiation over the design day in Wh/m2.

* **diffuse\_horizontal\_rad**

The hourly Diffuse Horizontal Radiation over the design day in Wh/m2.

* **global\_horizontal\_rad**

The hourly Global Horizontal Radiation over the design day in Wh/m2.

* **horizontal\_infrared\_rad**

The Horizontal Infrared Radiation Intensity over the design day in Wh/m2.

* **total\_sky\_cover**

The fraction for total sky cover over the design day in tenths of coverage.

* **barometric\_pressure**

The hourly weather station pressure over the design day in Pa.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ladybug.tools/ladybug-primer/components/0_import/import_design_day.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
