Skip to content

A Krawler based service to download public rainfall radar data from MeteoFrance

License

Notifications You must be signed in to change notification settings

kalisio/k-meteoradar

Repository files navigation

k-meteoradar

Latest Release CI Code Climate Test Coverage License: MIT

A Krawler based service to download public Rainfall Radar data from MeteoFrance.

Description

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.

Configuration

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.

Deployment

We personally use Kargo to deploy the service.

Contributing

Please refer to contribution section for more details.

Authors

This project is sponsored by

Kalisio

License

This project is licensed under the MIT License - see the license file for details