This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
#-*- coding: utf-8 -*- | |
""" | |
気象庁から過去の気象データを CSV 形式でダウンロードする。 | |
API が提供されていないので、ウェブページを参考にスクリプトを作成した。 | |
http://www.data.jma.go.jp/gmd/risk/obsdl/index.php | |
とりあえず時別値のダウンロードのみ対応。 |