> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/dragonfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/dragonfly-primer/components/6_alternativeweather/write_epw.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ladybug.tools/dragonfly-primer/components/6_alternativeweather/write_epw.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
