Skip to content

Commit dffe521

Browse files
added bap composite udp to algorithm catalog #32
1 parent b9273f9 commit dffe521

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

algorithm_catalog/bap_composite.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"id": "bap_composite",
3+
"type": "Feature",
4+
"conformsTo": [
5+
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core"
6+
],
7+
"properties": {
8+
"created": "2024-10-09T00:00:00Z",
9+
"updated": "2024-10-09T00:00:00Z",
10+
"type": "apex_algorithm",
11+
"title": "Best-Available-Pixel Composite based on Sentinel-2 data",
12+
"description": "A compositing algorithm for Sentinel-2 L2A data, ranking observations by their highest BAP score.",
13+
"cost_estimate": 0.2,
14+
"cost_unit": "platform credits per km\u00b2",
15+
"keywords": [
16+
"composite"
17+
],
18+
"language": {
19+
"code": "en-US",
20+
"name": "English (United States)"
21+
},
22+
"languages": [
23+
{
24+
"code": "en-US",
25+
"name": "English (United States)"
26+
}
27+
],
28+
"contacts": [
29+
{
30+
"name": "Jeroen Dries",
31+
"position": "Researcher",
32+
"organization": "VITO",
33+
"links": [
34+
{
35+
"href": "https://www.vito.be/",
36+
"rel": "about",
37+
"type": "text/html"
38+
},
39+
{
40+
"href": "https://github.com/jdries",
41+
"rel": "about",
42+
"type": "text/html"
43+
}
44+
],
45+
"contactInstructions": "Contact via VITO",
46+
"roles": [
47+
"principal investigator"
48+
]
49+
},
50+
{
51+
"name": "VITO",
52+
"links": [
53+
{
54+
"href": "https://www.vito.be/",
55+
"rel": "about",
56+
"type": "text/html"
57+
}
58+
],
59+
"contactInstructions": "SEE WEBSITE",
60+
"roles": [
61+
"processor"
62+
]
63+
}
64+
],
65+
"themes": [
66+
{
67+
"concepts": [
68+
{ "id": "Sentinel-2 MSI" }
69+
],
70+
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
71+
}
72+
],
73+
"formats": [
74+
"GeoTiff", "netCDF"
75+
],
76+
"license": "CC-BY-4.0"
77+
},
78+
"linkTemplates": [],
79+
"links": [
80+
{
81+
"rel": "openeo-process",
82+
"type": "application/json",
83+
"title": "openEO Process Definition",
84+
"href": "https://github.com/raw/ESA-APEx/apex_algorithms/refs/heads/bap_composite/openeo_udp/bap_composite.json"
85+
},
86+
{
87+
"rel": "service",
88+
"type": "application/json",
89+
"title": "CDSE openEO federation",
90+
"href": "https://openeofed.dataspace.copernicus.eu"
91+
},
92+
{
93+
"rel": "example",
94+
"type": "application/json",
95+
"title": "Example output",
96+
"href": "https://s3.waw3-1.cloudferro.com/swift/v1/APEx-examples/bap_composite_denmark/collection.json"
97+
}
98+
]
99+
}

0 commit comments

Comments
 (0)