# Description:
For each automatic weather station (AWS) (11), season (winter, spring, summer and autumn) and accumulation interval (1h, 3h, 6h and 24h), the 10 highest rainfall events between the period 2018-2023 are selected. Based on these events, rainfall data from personal weather stations (PWSs), within a vicinity of 20km from an AWS are obtained.
Around 11 automatic weather stations (AWSs) in the Netherlands, 


# Data files:
The metadata file (metadata_PWS_2018-2023.csv) containing information about PWSs within 20km distance of the closest AWS. 
This file contains the location of the station (lat, lon), distance towards the closest AWS (Distance), name of the AWS (Station) and name (new_id) of the PWS (PWSXX) with XX a number.

Zip files contain data as obtained from netatmo (raw.zip) and data after applying the PWSQC filter (filtered.zip).
Eah zip file contains files with the following structure: 
- raw/{AWS}/{season}/{accumulation_interval}/dataset_PWS_{YYYYMMDDHHMM}_5min.csv
- filtered/{AWS}/{season}/{accumulation_interval}/dataset_PWS_{YYYYMMDDHHMM}_5min.csv
Each csv file contains rainfall observations from different PWSs, with each column indicating a different PWS.