mirror of
https://git.roussel.pro/public-website/singapore_rain_radar.git
synced 2026-02-09 02:20:17 +01:00
14 lines
750 B
Markdown
14 lines
750 B
Markdown
# Singapore Rain Radar
|
|
This project automatically fetches and processes rain radar images from the [Meteorological Service Singapore (MSS)](https://www.weather.gov.sg/) website. It downloads the latest radar images, and generates an animated GIF to visualize the rain patterns over Singapore. This is helpful to integrate into home automation systems or weather monitoring applications.
|
|

|
|
## How to use
|
|
1. Clone the repository:
|
|
```bash
|
|
git clone https://git.roussel.pro/public/singapore_rain_radar
|
|
```
|
|
3. Run the docker container :
|
|
```bash
|
|
make run
|
|
```
|
|
4. The animated GIF will be saved as `output.gif` in the OUTPUT_DIR directory set in the Makefile.
|