code4nagoya / covid19-aichi-tools

MIT License
6 stars 5 forks source link

GitHub Actions のデータ取込が 2022/9/8 頃から失敗している(patients.csv が 100MBytes を超えたため) #101

Closed amay077 closed 2 years ago

amay077 commented 2 years ago

https://github.com/code4nagoya/covid19-aichi-tools/runs/8242234415?check_suite_focus=true#step:10:13

Run cd data && git push origin data
Warning: Permanently added the ECDSA host key for IP address '1[4](https://github.com/code4nagoya/covid19-aichi-tools/runs/8242234415?check_suite_focus=true#step:10:5)0.82.113.4' to the list of known hosts.
remote: error: Trace: 707dbbc6a47e8eb1a2[5](https://github.com/code4nagoya/covid19-aichi-tools/runs/8242234415?check_suite_focus=true#step:10:6)c8eb0a37ebd38bcacde300922218893[6](https://github.com/code4nagoya/covid19-aichi-tools/runs/8242234415?check_suite_focus=true#step:10:7)58e83841db43f        
remote: error: See http://git.io/iEPt8g for more information.        
remote: error: File patients.csv is 100.05 MB; this exceeds GitHub's file size limit of 100.00 MB        
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com./        
To github.com:code4nagoya/covid1[9](https://github.com/code4nagoya/covid19-aichi-tools/runs/8242234415?check_suite_focus=true#step:10:10).git
 ! [remote rejected]   data -> data (pre-receive hook declined)
error: failed to push some refs to 'github.com:code4nagoya/covid19.git'
Error: Process completed with exit code 1.

どうやら patients.csv が 100MBytes を超えたための模様(GitHub は 1ファイル=100Mbytes が上限, LFS は有料)。

amay077 commented 2 years ago

patients.csv を 3つくらいに分割します。 PDF から全表データを抽出した後で3等分する感じになります。

amay077 commented 2 years ago

動作に問題無さそうなので close