From 0eaad196a187e14cd2b5ad9471e3ade2bad6bdab Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Tue, 4 Jun 2024 18:25:36 +0700 Subject: [PATCH] Add a brief README.md introduction --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e2cde1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# QField Weather Forecast Plugin + +This [QField](https://github.com/opengisch/QField/) plugin delivers weather +forecast directly on top of the map canvas, giving users an up-to-date +overview of the weather to come while working in the field. + +The plugin utilises [Open-Meteo](https://open-meteo.com/)'s open source and +free to use weather API.