Skip to content

Commit 486552e

Browse files
authored
fix: station (#208)
* Update station-dev.json 更換地點 L 臺南新營 * Update station-dev.csv
1 parent 8978dc1 commit 486552e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

resource/station-dev.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ loc_code,id,lat,lon,floor,code,net,time,work
6363
62,7713276,24.1126,120.5175,1,508,1,2023-11-27,1
6464
63,7713348,23.7562,120.6403,1,643,1,2024-07-22,1
6565
64,7713716,23.486,120.4299,1,601,1,2023-11-27,1
66-
65,7714012,22.5651,120.5227,1,911,1,2025-02-15,0
66+
65,7714012,23.3306,120.3074,1,730,1,2025-02-15,1
6767
66,7715856,22.9037,120.1849,1,852,1,2023-11-27,1
6868
67,7716472,25.0605,121.2974,1,338,1,2023-11-27,1
6969
68,7725352,22.7522,121.1519,1,950,1,2023-11-27,1

resource/station-dev.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"1480496": {
3333
"net": "MS-Net",
3434
"info": [
35-
{ "code": 911, "lat": 22.565251, "lon": 120.522591, "time": "2023-11-27" }
35+
{"code": 911, "lat": 22.565251, "lon": 120.522591, "time": "2023-11-27"}
3636
],
3737
"work": true
3838
},
@@ -720,9 +720,15 @@
720720
"lon": 120.1631931,
721721
"time": "2023-11-27"
722722
},
723-
{ "code": 911, "lat": 22.565112, "lon": 120.522711, "time": "2025-02-15" }
723+
{"code": 911, "lat": 22.565112, "lon": 120.522711, "time": "2025-02-15"},
724+
{
725+
"code": 730,
726+
"lat": 23.3305538,
727+
"lon": 120.3073555,
728+
"time": "2026-01-29"
729+
}
724730
],
725-
"work": false
731+
"work": true
726732
},
727733
"7715856": {
728734
"net": "SE-Net",

0 commit comments

Comments
 (0)