From 2378d40dac90dc860bf6f32d72cd1c70b49c63ae Mon Sep 17 00:00:00 2001 From: Michael Mattig Date: Fri, 6 Dec 2024 18:16:01 +0100 Subject: [PATCH] openapi --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1651703..cd49551 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,8 @@ The model is stored in the ONNX format and uploaded to the Geo Engine where it i The ECOMETRICS Dashboard is an easy-to-use web app that build upon the Geo Engine UI toolkit. The dashboard has an interactive map and lets the user select an area and time of interest. It has an analysis functionality that triggers the Geo Engine to run the machine learning model. + +## API documentation + +The API of the ESG Indicator Service demo is documented via OpenAPI. +The [JSON File](https://ecometrics.app.geoengine.io/api/api-docs/openapi.json) and [Swagger-UI](https://ecometrics.app.geoengine.io/api/swagger-ui/) are available online.