Skip to content

Commit e535bf3

Browse files
committed
fix: updated sen2like records
1 parent c93cb3f commit e535bf3

File tree

2 files changed

+62
-2
lines changed

2 files changed

+62
-2
lines changed

algorithm_catalog/eodc/sen2like/records/sen2like.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
{
8383
"rel": "platform",
8484
"type": "application/json",
85-
"title": "openEO platform",
86-
"href": "../../../../platform_catalog/openeo_platform.json"
85+
"title": "EODC openEO Backend",
86+
"href": "../../../../platform_catalog/openeo_eodc.json"
8787
},
8888
{
8989
"rel": "application",

platform_catalog/openeo_eodc.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"id": "openeo_eodc",
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-05-17T00:00:00Z",
9+
"updated": "2024-05-17T00:00:00Z",
10+
"type": "openeo_backend",
11+
"title": "EODC openEO Backend",
12+
"short_title": "EODC openEO",
13+
"description": "The EODC openEO backend enables processing using openEO.",
14+
"keywords": [],
15+
"language": {
16+
"code": "en-US",
17+
"name": "English (United States)"
18+
},
19+
"languages": [
20+
{
21+
"code": "en-US",
22+
"name": "English (United States)"
23+
}
24+
],
25+
"contacts": [
26+
{
27+
"name": "EODC openEO Backend",
28+
"links": [
29+
{
30+
"href": "https://openeo.eodc.eu",
31+
"rel": "about",
32+
"title": "EODC openEO Backend",
33+
"type": "text/html"
34+
}
35+
],
36+
"contactInstructions": "SEE WEBSITE",
37+
"roles": [
38+
"operator"
39+
]
40+
}
41+
],
42+
"themes": [],
43+
"license": "other"
44+
},
45+
"linkTemplates": [],
46+
"links": [
47+
{
48+
"rel": "website",
49+
"type": "text/html",
50+
"title": "EODC openEO Backend API",
51+
"href": "https://openeo.eodc.eu"
52+
},
53+
{
54+
"rel": "logo",
55+
"type": "image/svg+xml",
56+
"title": "EODC Logo",
57+
"href": "https://eodc.eu/wp-content/themes/eodc/assets/imgs/eodc_logo_marine.svg"
58+
}
59+
]
60+
}

0 commit comments

Comments
 (0)