NSW Rainfall Kriging Map
🌦️ Project Background
This project examines rainfall patterns across New South Wales (NSW) in 2025 using data collected from rainfall stations. Because stations are unevenly distributed, not all areas of NSW are directly observed.
To estimate rainfall in unsampled regions, kriging, a spatial interpolation technique, was applied to the station data. For each month, a variogram model was fitted and explored to determine the most suitable kriging parameters, ensuring the interpolated map accurately represents spatial rainfall patterns across the state.
📝 User’s Note
The results are presented through an interactive map:
- Click “Rain Stations” to view rainfall data for individual stations. Hover over stations to see rainfall data for each staton
- Click “Kriging” to see the interpolated rainfall map.
Additional details about the data sources and the kriging technique are provided at the bottom of the page.
Loading NSW Rainfall Kriging Map...
Data
- Daily rainfall data: Downloaded from all available stations in NSW for 2025 (January–September at the time of download).
- Source: SILO Point Data
- Source: SILO Point Data
- Station and geographic data: Retrieved from SILO Patched Point Dataset
- Daily rainfall values were aggregated to monthly totals for analysis.
- The process was automated using an R script to download rainfall data from all NSW stations, avoid the need for manual collection.
- Interactive download: Users can download the rainfall data directly from the interactive map.