# 晴雨表

Jobdone 內建自動化『晴雨表』功能，系統會即時介接中央氣象署 (CWA) 開放資料進行數據同步。只要於專案資訊中完成 **經緯度座標** 設定，系統便會精準定位最近的觀測站，並將天氣資訊擷取並代入晴雨表中。除了基礎的晴雨狀態，更提供降雨量、溫度等詳細氣象參數，作為施工安排與工期檢討的專業參考依據。

### 01｜使用流程

{% stepper %}
{% step %}

#### 編輯專案基本資訊

進入專案後，點選『基本資料』區塊旁的 ![](/files/c8PMj4UOIm1w7efBu64H) 圖示，即可針對各項資料進行調整與更新。

<figure><img src="/files/X2svAaIu0HHzFGYiDCaN" alt=""><figcaption><p>圖一 - 點選<kbd><strong>編輯資訊</strong></kbd></p></figcaption></figure>
{% endstep %}

{% step %}

#### 查找案場經緯度

為了讓系統精準同步天氣資訊，請先前往 Google 地圖（Google Maps）找到您的案場位置。

<figure><img src="/files/D4CAcqXzANu2AGT3GVR4" alt=""><figcaption><p>圖二 - 找尋案場位置</p></figcaption></figure>

如圖三，於地圖目標點上方按下滑鼠右鍵，即可看見一串十進位的『經緯度數字』。點擊該座標即可完成複製，隨後將其填入專案的基本資訊中，系統便能自動啟動氣象數據對接。

<figure><img src="/files/mwa1nOWOdbYCh2iabxLV" alt=""><figcaption><p>圖三 - 複製經緯度</p></figcaption></figure>
{% endstep %}

{% step %}

#### 填寫經緯度

將已複製之經緯度資料填入專案基本資訊之<kbd>**案場經緯度**</kbd>欄位中，系統便能自動啟動氣象數據對接。

<figure><img src="/files/7A0tqjxu8yTTK2Cd9DFB" alt=""><figcaption><p>圖四 - 填寫案場經緯度</p></figcaption></figure>

完成畫面如下：

<figure><img src="/files/ksbfp8yMpIDuQ7mhexf1" alt=""><figcaption><p>圖五 - 完成畫面</p></figcaption></figure>
{% endstep %}

{% step %}

#### 進入晴雨表

如圖六，當經緯度資料填寫完畢並儲存後，請切換至『施工日誌』功能。

<figure><img src="/files/qdaC4sKzODUeYyxPbMBU" alt=""><figcaption><p>圖六 - 進入施工日誌</p></figcaption></figure>

如圖七，進入日誌後，請於左側選單點選<kbd>**晴雨表**</kbd>，此時系統已自動根據座標同步天氣資訊。

進入後，您即可於晴雨表頁面中查看即時的氣象紀錄。

<figure><img src="/files/RQBFnSqMPddld9W9tTs1" alt=""><figcaption><p>圖七 - 進入晴雨表</p></figcaption></figure>
{% endstep %}

{% step %}

#### 查看晴雨表資訊

晴雨表介面參考如圖八所示，系統將完整呈現中央氣象署的觀測數據，包含每日的**溫度區間**、**大氣壓力**、**降雨量**、**相對濕度**，以及**風向**、**風速**與**最大瞬間風速**等關鍵氣象參數。

<figure><img src="/files/j8opKLinZFQ52myfdBCH" alt=""><figcaption><p>圖八 - 晴雨表畫面</p></figcaption></figure>

如圖九，晴雨表以『月份』為預覽單位。您可透過上方的日期篩選器，點選展開圖示（⌵）來快速選取特定年份/月份；系統將立即切換並呈現該時段所對應的歷史氣象資料。

<figure><img src="/files/yo8YvNmvH3sZREE9hFvt" alt=""><figcaption><p>圖九 - 篩選日期</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.jobdone.cc/user_guide/cpm/project_level/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.
