download_weather_file
Download EPW or DDY weather files for a specific station by WMO number or location details, automatically used for building energy simulations.
Instructions
Download EPW/DDY files for a station. Auto-used by run_simulation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wmo | No | WMO station number. | |
| query | No | City or airport name. | |
| state | No | State code, e.g. "MA". | |
| country | No | Country code, e.g. "USA". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| station | Yes | Weather station metadata. | |
| ddy_path | Yes | ||
| epw_path | Yes |