cwadayi commited on
Commit
5ff9bf4
·
verified ·
1 Parent(s): a477424

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ data format of the json files in intensity_by_second file :
5
+
6
+ 對 JSON 檔案的分析如下表所示:
7
+
8
+ | 鍵 (Key) | 說明 (Description) |
9
+ | :----------------- | :----------------------------------------------------------------------------------------|
10
+ | `times` | 地震發生時間的陣列,以 ISO 8601 格式表示。 |
11
+ | `stids` | 測站資訊的物件。 |
12
+ |  `[測站代碼]` | 每個測站的詳細資訊,以測站代碼作為鍵。 |
13
+ |   `city` | 測站所在的城市。 |
14
+ |   `town` | 測站所在的鄉鎮區。 |
15
+ |   `name` | 測站名稱。 |
16
+ |   `elev` | 測站海拔高度 (單位:公尺)。 |
17
+ |   `lat` | 測站緯度。 |
18
+ |   `lon` | 測站經度。 |
19
+ | `intensity` | 各測站的地震震度時間序列。 |
20
+ |  `[測站代碼]` | 每個測站對應的震度值陣列,與 `times` 中的時間戳記一一對應。 |
21
+ | `epicenter_distance` | 各測站距離震央的距離。 |
22
+ |  `[測站代碼]` | 每個測站距離震央的距離 (單位:公里)。 |
23
+ | `variables` | 記錄檔中包含的變數名稱陣列,例如 "intensity" (震度) 和 "epicenter_distance" (震央距離)。 |
24
+ | `eq_info` | 地震事件的相關資訊。 |
25
+ |  `origin_time` | 地震的發生時間,以 ISO 8601 格式表示。 |
26
+ |  `longitude` | 震央經度。 |
27
+ |  `latitude` | 震央緯度。 |
28
+ |  `depth` | 震源深度 (單位:公里)。 |
29
+ |  `magnitude` | 地震規模。 |