# Write EPW

![](/files/-Mihr_oiYcFuGuqfti2U)

![](/files/-Mihr_ojhun12hXTx5jD) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Write%20EPW.py)

Write an EPW object into a .epw file.

## Inputs

* **epw\_obj \[Required]**

  An EPW object such as that exported from the Create EPW component.&#x20;
* **folder**

  A directory into which the .epw file will be written.&#x20;
* **file\_name**

  An optional name for the .epw file. Default will use the city of the EPW object's location.&#x20;
* **run \[Required]**

  Set to True to run the component and write the .epw file.&#x20;

## Outputs

* **report**

  Reports, errors, warnings, etc.&#x20;
* **epw\_file**

  File path to a .epw that contains all of the data in the input \_epw\_obj.&#x20;


---

# 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/dragonfly-primer/components/6_alternativeweather/write_epw.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.
