An open API service indexing awesome lists of open source software.

https://github.com/biscofil/arpav_downloader

Download radar images provided by Arpav
https://github.com/biscofil/arpav_downloader

radar rain weather

Last synced: 4 months ago
JSON representation

Download radar images provided by Arpav

Awesome Lists containing this project

README

          

# Arpav Downloader

Download radar images from https://www.arpa.veneto.it/bollettini/meteo/radar/index_geo.php provided by Arpav.

![GIF](sample_gif_small.gif)

Set up a cronjob that fetches new radar images every 10 minutes:
```bash
sudo crontab -e
# Insert
*/10 * * * * cd /root/arpav && python3 run.py >> log.txt
```