# Raster data

| **Description** | Request to read raster data |
| --------------- | --------------------------- |
| **Endpoint**    | `/fastRead/raster`          |
| **Method**      | GET                         |

### Access Level Rules

| **Minimum Access Level** | edit+ |
| ------------------------ | ----- |

### Processing Units

| **Processing units** | 2000 |
| -------------------- | ---- |

### Parameters

<table><thead><tr><th>Name</th><th>Description</th><th data-hidden>Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the raster layer.</td><td>true</td><td></td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp.</td><td>false</td><td>null</td></tr><tr><td><code>tile</code></td><td>JSON with properties "zoom", "tileX" and "tileY" as ints.</td><td>false</td><td>publicAccessLevel</td></tr></tbody></table>
