A Krawler based service to download public Rainfall Radar data from MeteoFrance.
The k-meteoradar job scrapes public Radar rainfall data from Meteo France public server. The downloaded images are stored in PNG format without any georeference information. The job first georeferenced the image and then converts it to COG format and copies it to a store.
The major part of the process is done using GDAL
The job scrapes the data according a specific cron expression. By default every 15 minutes.
Variable | Description |
---|---|
STORE_PATH |
The path where to store the files |
DEBUG |
Enables debug output. Set it to krawler* to enable full output. By default it is undefined. |
Setting the STORE_PATH environment variable triggers files copy to a predefined store using Rclone. It is then required to define the remote store using Rclone environment variables.
We personally use Kargo to deploy the service.
Please refer to contribution section for more details.
This project is sponsored by
This project is licensed under the MIT License - see the license file for details