Download weather data from weather bureau.
Crawl data from Observation Data Inquire System.
Clone this repository, and run the following command in the terminal.
python get_cwb_observation.py --path <path> --start <start> --end <end>The program will first crawl the station list from the website, and then crawl the data of each station.
| Parameter | Description | Default |
|---|---|---|
--path |
Path to save the data | . |
--start |
Start date | today - 7 days |
--end |
End date | today |