From ed48d57cb192998ef217116c2718f911a4f7413c Mon Sep 17 00:00:00 2001 From: ianhorn <=> Date: Thu, 6 Nov 2025 23:30:20 -0500 Subject: [PATCH] Added KyFromAbove API to the examples --- src/constants.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index d9b4d2c..0f8df31 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -25,6 +25,11 @@ export const EXAMPLES = [ badge: "stac-geoparquet", href: "https://raw.githubusercontent.com/developmentseed/labs-375-stac-geoparquet-backend/refs/heads/main/data/naip.parquet", }, + { + title: "Kentucky Imagery & Elevation", + badge: "API", + href: "https://spved5ihrl.execute-api.us-west-2.amazonaws.com/", + }, { title: "Simple item", badge: "item",