codeforsapporo / covid19

北海道 新型コロナウイルス対策サイト
https://stopcovid19.hokkaido.dev/
MIT License
128 stars 28 forks source link

地下鉄混雑度の可視化 #300

Open Yfuruchin opened 4 years ago

Yfuruchin commented 4 years ago

起こっている問題 / Occurred problem

期待する見せ方・挙動 / Expected behavior

takayuki-fuwa commented 4 years ago

「どの時間帯に混雑しているのか」という観点なら、シンプルに折れ線グラフにしても良いのでは? CSVデータの「到着駅」ごとにx軸を時刻(8:00〜8:30 ...)、y軸にカウント(1,2,3...)のデータをプロットすれば分かりやすいかなと思います。

https://www.chartjs.org/samples/latest/scales/time/line.html

kken78 commented 4 years ago
スクリーンショット 2020-03-23 17 10 05

差し当たり差分をとってグラフ表示でしょうか 難点というか、同じ路線でも到着駅と進行方向をどう表現するかを、ぱっと見て分かるようにするのは結構難しいなあと思ってます

Yfuruchin commented 4 years ago

雑イメージ https://docs.google.com/presentation/d/1UXIR8V6vafpmPumuTfNhsJra_0RcfJbNRBnARjE_ZFM/edit?usp=sharing image

これからのその他ご意見

FYI https://vuetifyjs.com/ja/components/sliders/

Kanahiro commented 4 years ago

https://github.com/Kanahiro/sapporo_subway_analyze 1日に1度、PDFファイルを自動巡回する仕組みになりました またjsonデータなども試験的に整備したのでいつでもデータは取り出せます jsonなどの形式も必要に応じて変更可能です