Skip to content

Commit ba3ee36

Browse files
committed
feat: more examples
1 parent df692dd commit ba3ee36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ import { useEffect, useState, type Dispatch, type SetStateAction } from "react";
1010
import { LuSearch } from "react-icons/lu";
1111

1212
const EXAMPLES = [
13+
["NASA VEDA", "https://openveda.cloud/api/stac"],
1314
["eoAPI DevSeed", "https://stac.eoapi.dev/"],
1415
[
1516
"Microsoft Planetary Computer",
1617
"https://planetarycomputer.microsoft.com/api/stac/v1",
1718
],
19+
["Earth Search by Element 84", "https://earth-search.aws.element84.com/v1"],
1820
[
1921
"Simple item",
2022
"https://raw.githubusercontent.com/radiantearth/stac-spec/refs/heads/master/examples/simple-item.json",

0 commit comments

Comments
 (0)