This dataset contains historical meteorological observations measurements for the last 128 years. Each row is a measurement for a point in date time and weather station. The origin of this dataset is available here and the list of weather station numbers can be found here.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The sources of meteorological datasets include the meteorological stations that are established by the Central Weather Administration (station code is beginning with C0, C1, and 4) and the agricultural meteorological stations belonging to the Council of Agriculture (station code other than those mentioned above):
- StationId
- MeasuredDate, the observation time
- StnPres, the station air pressure
- SeaPres, the sea level pressure
- Td, the dew point temperature
- RH, the relative humidity
- Other elements where available
Downloading the data
- A pre-processed version of the data for the ClickHouse, which has been cleaned, re-structured, and enriched. This dataset covers the years from 1896 to 2023.
- Download the original raw data and convert to the format required by ClickHouse. Users wanting to add their own columns may wish to explore or complete their approaches.
Pre-processed data
The dataset has also been re-structured from a measurement per line to a row per weather station id and measured date, i.e.Original raw data
The following details are about the steps to download the original raw data to transform and convert as you want.Download
To download the original raw data:Retrieve the Taiwan weather stations
Create table schema
Create the MergeTree table in ClickHouse (from the ClickHouse client).Inserting into ClickHouse
Inserting from local file
Data can be inserted from a local file as follows (from the ClickHouse client):/path/to represents the specific user path to the local file on the disk.
And the sample response output is as follows after inserting data into the ClickHouse:
Inserting from URL
Check data rows and sizes
- Let’s see how many rows are inserted:
- Let’s see how much disk space are used for this table: