> For the complete documentation index, see [llms.txt](https://atlas.eyerod.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlas.eyerod.com/project-details/albums.md).

# Albums

## Visual Site Documentation & Archiving

The **Albums** module acts as the historical memory of the solar asset. By combining spatial mapping with time-stamped imagery, it provides a comprehensive visual record of the site from multiple perspectives.

<div data-with-frame="true"><figure><img src="/files/KJjGLW1jOOPrl3zNnJY6" alt=""><figcaption></figcaption></figure></div>

### Spatial Navigation

The module opens with an interactive map populated with numbered stations:

<div data-with-frame="true"><figure><img src="/files/xW7zqQ8QOj7Y3aL6subI" alt="" width="563"><figcaption></figcaption></figure></div>

* **Photography Zones:** Each station represents a fixed geographical point where a drone or camera performs periodic captures.
* **Altitude & Perspective:** These points (like "Van 1") often contain images taken at different heights and angles, providing a 3D-like understanding of the terrain.
* **Media Count:** The badges (e.g., +911, +976) indicate the total volume of historical imagery stored for that specific location.

### Station Selection & Data Synchronization

The platform uses a Point-to-Gallery logic. When a user clicks on a station on the map:

<div data-with-frame="true"><figure><img src="/files/DLTLCl7xRVjQQXEfd6HS" alt=""><figcaption></figcaption></figure></div>

* **Instant Filter:** The interface immediately locks onto that station's unique database.
* **Panel Expansion:** A detailed navigation and viewing panel slides out from the right, synchronized specifically with the selected point's data.

Once a station's gallery is active, users can perform granular inspections using the following features:

{% columns %}
{% column %}

<div data-with-frame="true"><figure><img src="/files/9E1rZA6Xx4xJ3UC646Qg" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column valign="middle" %}

<div data-with-frame="true"><figure><img src="/files/TitcZ1F7y89Dhmk2CiCw" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

* **Perspective Toggle:** Use the Overlay Arrows (< / >) on the main image to cycle through different camera angles of the same spot.
* **Download Asset:** The Download Icon allows for the extraction of high-resolution original files for local reporting.

{% tabs %}
{% tab title="Before Zoom" %}

<div data-with-frame="true"><figure><img src="/files/BZzKCBpqPeyySwK53usn" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="After Zoom" %}

<div data-with-frame="true"><figure><img src="/files/nGRMPeU6PyfxeI8cG2bw" alt="" width="563"><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

* **High-Resolution Zoom & Pan:** Clicking on the image allows you to zoom in for deep inspection. Once zoomed, you can click and drag to navigate across the high-res frame to verify specific field details.

<div data-with-frame="true"><figure><img src="/files/5fYH6vOcNnycshoLtZ5B" alt=""><figcaption></figcaption></figure></div>

* **Multi-Layered Navigation:**
  * **Timeline Progress:** Shows your current position within the entire archive.
  * **Monthly Filter:** Grouped selections to track seasonal or construction progress phases.
  * **Daily Calendar:** A granular day-by-day navigation that updates the main image instantly to show site conditions on that specific date.


---

# 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://atlas.eyerod.com/project-details/albums.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.
