Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 507 Bytes

python_weather_data_crawl

パッケージ:get_weather

気象庁のページからの天候データ取得

Required packages: pandas, numpy, selenium(ipynb実行パス上に、chromedriver.exeの配置が必要)

Sample.ipynbがパッケージ各関数の実行例

=======================
Sample.ipynbの例3では、観測地点マスタ(LocationMaster.csv)を用いた複数地点のデータ取得を実施
LocationMaster.csvの作成に関しては、create_Proc_Block_Master.ipynb参照