# Creating raster time series

#### Overview

Raster data in Ellipsis Drive can be organised as time-aware datasets by assigning data to timestamps.

This enables temporal navigation of raster layers using the time slider in the viewer.

***

#### Time series structure

To represent raster data over time, you can create one or more timestamps within a raster layer.

Each timestamp can represent:

* A single acquisition date
* Or a defined time range

Raster files are assigned to the appropriate timestamp based on when the data was captured or generated.

***

#### Processing behaviour

After upload, raster data is processed and indexed before becoming available in the viewer.

Once processing is complete, the dataset can be explored using spatial and temporal navigation tools.

***

#### Viewing time series data

Time series raster layers can be explored [using the time slider in the Viewer](https://app.ellipsis-drive.com/view?pathId=16bb1dc3-0e0c-49a8-80fb-7a77740abe1e\&state=7d9fd95d-cf7b-4f3f-97e1-26604133bf61).

This allows you to:

* navigate between timestamps
* Compare changes over time
* Visualise temporal patterns in raster data

{% hint style="success" %}

### **Key rule**

All raster files that belong to the same timestamp must be assigned to that timestamp during upload.&#x20;

This ensures correct temporal grouping and consistent visualisation in the viewer.
{% endhint %}


---

# 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.ellipsis-drive.com/working-with-raster-data/creating-time-series-with-raster-data.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.
