Skip to content

A Krawler based service to download data from French flood warning system Vigicrues

License

Notifications You must be signed in to change notification settings

kalisio/k-vigicrues

Repository files navigation

k-vigicrues

Latest Release CI License: MIT

A Krawler based service to download data from French flood warning system Vigicrues

To get support from Vigicrues, use the following contact address: vigicrues@developpement-durable.gouv.fr

Description

The k-vigicrues job allow to scrape flood alerts from the following services: https://www.vigicrues.gouv.fr/services/1/. The downloaded data are stored in a MongoDB database and more precisely in the collection vigicrues.

All records are stored in GeoJson format.

The job is executed according a specific cron expression. By default every 3 hours.

Configuration

Variable Description
DB_URL The mongoDB database URL. The default value is mongodb://127.0.0.1:27017/vigicrues.
DEBUG Enables debug output. Set it to krawler* to enable full output. By default it is undefined.

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