> For the complete documentation index, see [llms.txt](https://brightwind.gitbook.io/brighthub-user-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/download-assembled-timeseries-and-metadata.md).

# Download Assembled Timeseries and Metadata

BrightHub provides easy access to both timeseries data and metadata.

For each BrightHub station the following files are available for download:

* **WRA Data Model** (.json)
* **Assembled Timeseries** (.csv)
* **Cleaning Log**
* **Cleaning Rules**

This page details how to configure and download assembled timeseries data in CSV format, together with the accompanying WRA data model .json file.

For more information on the WRA data model, see [IEA Task 43 WRA Data Model](/brighthub-user-docs/station-setup-guide/iea-task-43-wra-data-model.md).

***

## Downloading data from the User Interface

{% stepper %}
{% step %}

### Navigate to a station

1. Open the BrightHub map page
2. Click on a BrightHub station on the map&#x20;
   1. If you are new to BrightHub, you can select any of the stations created with open source data.&#x20;
3. Select **Go to station**.&#x20;

   <figure><img src="/files/YFWwy8Gx1gWihFHicwkb" alt="" width="477"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Open the download menu

On the station page, click the **Download** icon located in the top-right corner.

<figure><img src="/files/Tj0QBveDZiq3W1GZrBRp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select file for download

* For the **WRA Data Model**, **Cleaning Log** and **Cleaning Rules**, click to download directly.
* For **Assembled Timeseries**, select **Assembled Timeseries** to open the configuration popup.
  {% endstep %}
  {% endstepper %}

### Configuring Assembled Timeseries Data

When downloading Assembled Timeseries data, you can configure what is included in the output CSV:

* A desired **time range**
* **Adjustments** to apply (calibration, orientation)
* **Cleaning** to apply
* **Specific measurements** to be included

Once configured, click **Download**, and a CSV file will be downloaded containing the requested timeseries.

<figure><img src="/files/mHaVuWVLJE2M7JAT0Agu" alt="" width="295"><figcaption></figcaption></figure>

{% hint style="info" %}
The mean value column for each measurement in the downloaded CSV is named according to the station measurement point names, as selected in the pop up. The remaining columns are appended with the specific statistic type, e.g. "sd", "max", "min" or "count".
{% endhint %}

***

### CSV column naming convention

For each measurement:

* The mean value column is named according to each station measurement point name, as selected in the configuration popup.
* All additional statistics are appended with a suffix indicating the statistic type, for example: sd, max, min or count.

***

### Alternative download locations

* The full, unadjusted Assembled Timeseries can be downloaded from the [file manager](/brighthub-user-docs/reference-user-manual/file-manager-tab.md).
* The cleaning log and cleaning rules area available from the [cleaning tab](/brighthub-user-docs/reference-user-manual/cleaning-tab.md).


---

# 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:

```
GET https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/download-assembled-timeseries-and-metadata.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.
