From 58a3c61f06f918f9bc9d4aa75aca70dc5b87ea6a Mon Sep 17 00:00:00 2001 From: Michele Claus <31700619+clausmichele@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:26:49 +0200 Subject: [PATCH] Update meta/implementation.md Co-authored-by: Matthias Mohr --- meta/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/implementation.md b/meta/implementation.md index ac424a2f..ccdb8ed3 100644 --- a/meta/implementation.md +++ b/meta/implementation.md @@ -236,7 +236,7 @@ We have found some libraries that can be used for an implementation: The subtype `stac` is an abstract type that refers to a STAC resource of any type (Catalog, Collection, or Item). It can refer to: - static STAC resources, e.g. hosted on cloud storage -- "dynamic" STAC resources made available via a STAC API +- dynamic STAC resources made available via a STAC API - a STAC JSON representation embedded as an argument into an openEO user-defined process ### stac_modify