From 4e21b753eb0e957fb1afa3a3d2a368077d7469ea Mon Sep 17 00:00:00 2001 From: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:26:09 +0100 Subject: [PATCH] Update README.md Add badge on OpenSTEF profile/README.md to show the popularity of the OpenSTEF project. For more information see: https://www.pepy.tech/projects/openstef Signed-off-by: Jonas van den Bogaard <3628277+Jonasvdbo@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 731bbbec5..eb21c957c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ SPDX-License-Identifier: MPL-2.0 [![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=OpenSTEF_openstef&metric=sqale_index)](https://sonarcloud.io/dashboard?id=OpenSTEF_openstef) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=OpenSTEF_openstef&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=OpenSTEF_openstef) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5585/badge)](https://bestpractices.coreinfrastructure.org/projects/5585) +[![Downloads](https://static.pepy.tech/badge/openstef)](https://pepy.tech/project/openstef) +[![Downloads](https://static.pepy.tech/badge/openstef/month)](https://pepy.tech/project/openstef) # OpenSTEF OpenSTEF is a Python package designed for generating short-term forecasts in the energy sector. The repository includes all the essential components required for machine learning pipelines that facilitate the forecasting process. To utilize the package, users are required to furnish their own data storage and retrieval interface.