CWB Historical Weather Data Downloader 氣象觀測資料下載器
- The output file format is CSV
- If a single station ID is provided, the data will be downloaded as a CSV file. If multiple station IDs are provided (separated by commas, e.g., 466920, 466930, 466940), the data for each station will be downloaded and compressed into a ZIP file.
-
Data can be retrieved directly by GET:
- Since the CODiS is updated daily (today's data will be available tomorrow), the End parameter cannot exceed yesterday, otherwise it will be automatically truncated.
- Sources of Data: CWB CODiS and https://agr.cwb.gov.tw/
- For detailed station information, please refer to: Station Info
- If you are familiar with JSON, please refer to: Detailed Station Info
- Changelog:
2024/09/29
- Now accepts multiple station IDs to download at once (e.g., 466920, 466930, 466940)
2023/01/30
- Monthly data is now included
2022/08/02
- Daily data is now included
2021/08/16
- Integration of agricultural station data
2021/07/06
- Backend rewritten in Python + MySQL
- Time is no longer presented in the original CODiS 2400 format (e.g. 2020/08/15 24:00 => 2020/08/16 00:00)
- The output CSV is changed to use UTF-8 (BOM) encoding