-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
広島県のHPからデータを自動収集 #9
Comments
@tatsuya1970
|
@mmorito |
|
陽性患者数 patients_summary 陽性患者の属性 patients 退院患者数(discharges_summary) Q:どこに使われてるか? |
@tatsuya1970
理解しました!小計の数値が合ってないですね。
こちらも理解しました! |
改善詳細 / Details of Improvement
広島県のHPからデータを自動収集したい。
【現状】
現在、広島県のサイトから以下の方法で収集したデータをdata.jsonに反映し、デプロイしている。
data.jsonはこちら → https://github.com/tatsuya1970/covid19/blob/development/data/data.json
(1)陽性患者数
データ入手先:https://www.pref.hiroshima.lg.jp/soshiki/57/bukan-coronavirus.html
更新方法:目視してGiitHubのdata.jsonに手入力し、デプロイ。
(2)陽性患者の属性
データ入手先:https://www.pref.hiroshima.lg.jp/soshiki/57/bukan-coronavirus.html
更新方法:コマンドプロンプトでPythonのスクレイピングのプログラムを実行した結果をGitHubのdata.jsonにコピー&ペーストし、デプロイ。
プログラムはこちら(北海道のプログラムを改良):https://github.com/tatsuya1970/covid19scraping/blob/master/patients.py
(3)検査実施数
データ入手先:https://www.pref.hiroshima.lg.jp/soshiki/50/korona-kensazisseki.html
更新方法:目視してGiitHubのdata.jsonに手入力し、デプロイ。
(4)新型コロナ相談件
データ入手先:https://www.pref.hiroshima.lg.jp/soshiki/50/korona-soudan-kennsai.html
更新方法:目視してGiitHubのdata.jsonに手入力し、デプロイ。
【やりたいこと】
(1)(2)(3)(4)を自動収集 し、data.jsonファイルを作成。
デプロイは自動ではなく人間が実行する。
The text was updated successfully, but these errors were encountered: