Skip to content

Commit 6c13f2f

Browse files
authored
feat: added kyfromabove api to the examples (#178)
I added Kentucky's STAC API as an example to the `src/contants.ts` file. I think it adds variety and another state to complement the *Colorado NAIP*. It might make the list too long, so I won't be upset if you don't want to include. ```json { title: "Kentucky Imagery & Elevation", badge: "API", href: "https://spved5ihrl.execute-api.us-west-2.amazonaws.com/", }, ``` <img width="292" height="347" alt="image" src="https://github.com/user-attachments/assets/e23eca7a-3f29-4485-bcc9-b5c3a9741b3c" /> ## Checklist - [x] Code is formatted (`yarn format`) - [x] Code is linted (`yarn lint`) - [x] Code builds (`yarn build`) - [x] Tests pass (`yarn test`) - [ ] Commit messages and/or this PR's title are formatted per [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) Co-authored-by: ianhorn <=>
1 parent 0fbd697 commit 6c13f2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export const EXAMPLES = [
2525
badge: "stac-geoparquet",
2626
href: "https://raw.githubusercontent.com/developmentseed/labs-375-stac-geoparquet-backend/refs/heads/main/data/naip.parquet",
2727
},
28+
{
29+
title: "Kentucky Imagery & Elevation",
30+
badge: "API",
31+
href: "https://spved5ihrl.execute-api.us-west-2.amazonaws.com/",
32+
},
2833
{
2934
title: "Simple item",
3035
badge: "item",

0 commit comments

Comments
 (0)