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
- Host: GitHub
- URL: https://github.com/biscofil/arpav_downloader
- Owner: biscofil
- Created: 2021-07-20T09:20:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T15:14:38.000Z (almost 5 years ago)
- Last Synced: 2024-01-28T21:43:03.714Z (over 2 years ago)
- Topics: radar, rain, weather
- Language: Python
- Homepage: https://www.arpa.veneto.it/bollettini/meteo/radar/index_geo.php
- Size: 7.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.

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
```