Skip to content

特急ひだの名古屋停車駅を修正 - #1617

Merged
TinyKitten merged 1 commit into
devfrom
feature/fix-hida-stops
Aug 4, 2026
Merged

特急ひだの名古屋停車駅を修正#1617
TinyKitten merged 1 commit into
devfrom
feature/fix-hida-stops

Conversation

@TinyKitten

@TinyKitten TinyKitten commented Aug 4, 2026

Copy link
Copy Markdown
Member

概要

特急ひだ(名古屋発着)の名古屋における停車条件と駅IDの誤りを修正します。

原因

station_station_types.csv で岐阜以南の駅IDとメモ上の駅名が1駅ずつずれており、木曽川・稲沢が停車、尾張一宮が通過として扱われていました。また、中央本線側の名古屋駅IDが通過駅として重複混入していました。

変更内容

  • 木曽川を通過に修正
  • 稲沢を通過に修正
  • 尾張一宮を一部停車に修正
  • 名古屋を全列車停車として維持
  • 誤って混入していた中央本線側の名古屋駅レコードを削除
  • 駅IDに対応するメモ上の駅名を修正

影響

特急ひだ(名古屋発着)の停車駅表示と経路レスポンスが実際の停車パターンに一致します。

確認

  • cargo run -p data_validator — 成功
  • make test-unit — 427件成功、失敗なし、56件ignored
  • git diff --check — 成功

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • data/5!station_station_types.csv is excluded by !**/*.csv

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0af34595-260c-4f82-ad4e-8b156455e9a0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added deploy-dev feature 要望対応や課題解決 labels Aug 4, 2026
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

🚉 停車駅の変更

1 件の変更された停車パターン

● 停車 / ○ 通過 / △ 一部通過 / ◆ 平日停車 / ◇ 休日停車 / ▲ 一部停車

✏️ ひだ(名古屋発着) (Hida(Nagoya to Toyama)) - 高山本線 / 東海道本線

type_cd=225, line_group_cd=348

変更内容: 1 駅削除 | 木曽川: ● → ○ | 枇杷島: ○ → ○ | 清洲: ○ → ○ | 尾張一宮: ○ → △ | 稲沢: ● → ○

全駅リスト (51駅)
# 駅名 Station 停車
1 富山 Toyama
2 西富山 Nishi-Toyama
3 婦中鵜坂 Fuchu-Usaka
4 速星 Hayahoshi
5 千里 Chisato
6 越中八尾 Etchu-Yatsuo
7 東八尾 Higashi-Yatsuo
8 笹津 Sasazu
9 楡原 Nirehana
10 猪谷 Inotani
11 杉原 Sugihara
12 打保 Utsubo
13 坂上 Sakakami
14 角川 Tsunogawa
15 飛騨細江 Hida-hosoe
16 杉崎 Sugisaki
17 飛騨古川 Hida-furukawa
18 飛騨国府 Hida-kokufu
19 上枝 Hozue
20 高山 Takayama
21 飛騨一ノ宮 Hida-ichinomiya
22 久々野 Kuguno
23 Nagisa
24 飛騨小坂 Hida-osaka
25 飛騨宮田 Hida-miyada
26 上呂 Jōro
27 飛騨萩原 Hida-hagiwara
28 禅昌寺 Zenshōji
29 下呂 Gero
30 焼石 Yakeishi
31 飛騨金山 Hida-kanama
32 下油井 Shimo-yui
33 白川口 Shirakawaguchi
34 上麻生 Kami-asō
35 下麻生 Shimo-asō
36 中川辺 Naka-kawabe
37 古井 Kobi
38 美濃太田 Mino-ōta
39 坂祝 Sakahogi
40 鵜沼 Unuma
41 各務ケ原 Kagamigahara
42 蘇原 Sohara
43 那加 Naka
44 長森 Nagamori
45 岐阜 Gifu
46 木曽川 Kisogawa
47 尾張一宮 Owari-ichinomiya
48 稲沢 Inazawa
49 清洲 Kiyosu
50 枇杷島 Biwajima
51 名古屋 Nagoya

@TinyKitten TinyKitten self-assigned this Aug 4, 2026
@TinyKitten
TinyKitten marked this pull request as ready for review August 4, 2026 13:13
@TinyKitten
TinyKitten merged commit 65ed005 into dev Aug 4, 2026
6 checks passed
@TinyKitten
TinyKitten deleted the feature/fix-hida-stops branch August 4, 2026 13:14
@TinyKitten TinyKitten changed the title 特急ひだの名古屋口停車駅を修正 特急ひだの名古屋停車駅を修正 Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy-dev feature 要望対応や課題解決

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant