# Customizable daily and hourly maps

Clima allows the user to visualize daily charts and heatmaps of all the variables listed in '[Apparent sun path for the location](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/apparent-sunpath-for-the-location)'.

<figure><img src="/files/7Q8MM23H0I2fg3FRcbxo" alt=""><figcaption><p>Example: Global Horizontal radiation value for <strong>San Francisco, USA</strong></p></figcaption></figure>

The chart above shows the [scatter plot](https://en.wikipedia.org/wiki/Scatter_plot) of all hourly data on all days of the month and the typical monthly trend.

<figure><img src="/files/j2yMHNSCYL5DJTz5TvWG" alt=""><figcaption><p>Example: Heat map of the hourly Global Horizontal radiation on all days of the year for <strong>San Francisco, USA</strong></p></figcaption></figure>

[Heat maps](https://en.wikipedia.org/wiki/Heat_map) allow the intensity of values to be perceived through color palettes. These graphs are very helpful in seeing how magnitudes vary throughout the year.

<figure><img src="/files/srjjq6cLdZmmaqabLqKa" alt=""><figcaption><p>Examples of daily graphs with different variables (from top left to bottom right): global horizontal radiation, global horizontal illuminance, zenith luminance, opaque sky cover</p></figcaption></figure>


---

# 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://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/customizable-daily-and-hourly-maps.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.
