# 날씨

지구의 대부분 지역에 대한 실시간 날씨 데이터를 이용할 수 있습니다:

```
시드니 날씨                 | 19 °C (mostly cloudy)
바투미의 온도
feels like in tokyo    | 14 °C
```

날씨 쿼리가 포함된 줄은 하루 동안 자동으로 업데이트됩니다.

{% hint style="info" %}
날씨 쿼리는 공항 코드를 포함하여 Soulver에 내장된 모든 장소에서 작동합니다.

또한 Soulver 설정(Settings > Calculator > Additional Places)에서 추가 장소를 추가할 수 있습니다.
{% endhint %}

### 지원되는 날씨 측정 항목

| 이름    | 별칭                        |
| ----- | ------------------------- |
| 날씨 상태 | weather                   |
| 기온    | temp                      |
| 체감 온도 | feels like, apparent temp |
| 최고 기온 | high temp, high           |
| 최저 기온 | low temp, low             |

## 고급 날씨 측정 항목

다음 12가지 추가 날씨 측정 항목에 액세스할 수 있는 선택적 구독($26/년)을 제공합니다:

| 측정 항목 이름           | 별칭                  |
| ------------------ | ------------------- |
| rainfall           | rain, precipitation |
| chance of rain     |                     |
| snowfall           | snow                |
| humidity           |                     |
| cloud cover        |                     |
| visibility         |                     |
| wind speed         |                     |
| wind direction     | wind                |
| dew point          |                     |
| UV index           |                     |
| pressure           |                     |
| pressure direction |                     |

그리고 다음 6가지 점성술 측정 항목:

| 측정 항목 이름   | 별칭   |
| ---------- | ---- |
| sunrise    |      |
| sunset     |      |
| moonrise   |      |
| moonset    |      |
| moon phase | moon |

{% hint style="success" %}
“Knowledge Assistant, Live Stocks & Advanced Weather” 구독은 [**Mac App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1)에서 이용 가능하며, 저희 [**Setapp**](https://soulver.app/setapp) 사용자에게는 무료입니다.\*\*"

이러한 비용이 많이 드는 데이터 서비스를 필요한 사용자에게만 선택적 구독으로 제공함으로써, 저희는 Soulver를 단일 구매로 계속 제공할 수 있습니다.
{% 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://documentation.soulver.app/ko/documentation/live-data/weather.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.
