# Location information

| **Description** | Request to obtain raster values for certain locations of interest |
| --------------- | ----------------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/raster/timestamp/{timestampId}/location`          |
| **Method**      | GET                                                               |

### Access Level Rules

| **Access Level** | view |
| ---------------- | ---- |

### Processing Units

| **Processing units** | 50 |
| -------------------- | -- |

### Parameters

<table><thead><tr><th>Name</th><th width="397">Description</th><th>Required</th><th>Default</th><th data-hidden>Required</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the raster layer.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp you wish to get data for.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>locations</code></td><td>An array of the 2 length arrays with the WGS84 long lat coordinates as floats.</td><td>true</td><td></td><td>true</td></tr></tbody></table>
