Skip to content

Commit 76601f5

Browse files
committed
s14amazonas: add record template
1 parent 6848626 commit 76601f5

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"id": "s14amazonas_deforestation",
3+
"type": "Feature",
4+
"conformsTo": [
5+
"http://www.opengis.net/spec/ogcapi-records-1/1.0/req/record-core",
6+
"https://apex.esa.int/core/openeo-udp"
7+
],
8+
"geometry": null,
9+
"properties": {
10+
"created": "2025-03-12T00:00:00Z",
11+
"updated": "2025-03-12T00:00:00Z",
12+
"type": "service",
13+
"title": "Deforestation detection in Amazon",
14+
"description": "# Description\n\nDetects deforestation",
15+
"cost_estimate": 2,
16+
"cost_unit": "platform credits per km\u00b2",
17+
"keywords": [
18+
"deforestation",
19+
"detection",
20+
"Amazon"
21+
],
22+
"language": {
23+
"code": "en-US",
24+
"name": "English (United States)"
25+
},
26+
"languages": [
27+
{
28+
"code": "en-US",
29+
"name": "English (United States)"
30+
}
31+
],
32+
"contacts": [
33+
{
34+
"name": "Sivasankar Arul",
35+
"position": "Researcher",
36+
"organization": "GISAT",
37+
"links": [
38+
{
39+
"href": "https://gisat.cz/",
40+
"title": "GISAT Website",
41+
"rel": "about",
42+
"type": "text/html"
43+
},
44+
{
45+
"href": "https://github.com/sivasanarul",
46+
"title": "GitHub",
47+
"rel": "about",
48+
"type": "text/html"
49+
}
50+
],
51+
"contactInstructions": "Contact via GISAT",
52+
"roles": [
53+
"principal investigator"
54+
]
55+
}
56+
],
57+
"themes": [
58+
{
59+
"concepts": [
60+
{
61+
"id": "Sentinel-1 C-SAR",
62+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/1c53d85e-3792-4081-9748-192fd3140aa6?format=json"
63+
},
64+
{
65+
"id": "DEFORESTATION",
66+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/9a4715a7-1847-4fef-8116-494b36420fb7?format=json"
67+
},
68+
{
69+
"id": "AMAZONIA",
70+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/bb293e12-6ffe-48e2-96e5-8f5ae9c137c2?format=json"
71+
}
72+
],
73+
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
74+
}
75+
],
76+
"formats": [
77+
{
78+
"name": "GeoTIFF"
79+
}
80+
],
81+
"license": "proprietary"
82+
},
83+
"linkTemplates": [],
84+
"links": [
85+
{
86+
"rel": "code",
87+
"type": "text/html",
88+
"title": "Git source repository",
89+
"href": "https://github.com/Gisat/dev-S14amazonas"
90+
},
91+
{
92+
"rel": "about",
93+
"type": "text/html",
94+
"title": "ESA Project website",
95+
"href": "https://project.gisat.cz/s14scienceAmazonas/"
96+
},
97+
{
98+
"rel": "application",
99+
"type": "application/vnd.openeo+json;type=process",
100+
"title": "openEO Process Definition",
101+
"href": "https://raw.githubusercontent.com/..."
102+
},
103+
{
104+
"rel": "service",
105+
"type": "application/json",
106+
"title": "CDSE openEO federation",
107+
"href": "https://openeofed.dataspace.copernicus.eu"
108+
},
109+
{
110+
"rel": "webapp",
111+
"type": "text/html",
112+
"title": "OpenEO Web Editor",
113+
"href": "https://openeofed.dataspace.copernicus.eu"
114+
}
115+
]
116+
}

0 commit comments

Comments
 (0)