Skip to content

Commit e87c6a2

Browse files
committed
initial test scenario
1 parent 40689a0 commit e87c6a2

File tree

2 files changed

+207
-0
lines changed

2 files changed

+207
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
[
2+
{
3+
"id": "forest_fire_mapping",
4+
"type": "openeo",
5+
"description": "Forest Fire Mapping using Random Forest based on Sentinel-2 and Sentinel-1 data",
6+
"backend": "openeo.vito.be",
7+
"process_graph": {
8+
"randomforestfiremapping1": {
9+
"arguments": {
10+
"spatial_extent": {
11+
"coordinates": [
12+
[
13+
[
14+
-17.996638457335074,
15+
28.771993378019005
16+
],
17+
[
18+
-17.960989271845406,
19+
28.822652746872745
20+
],
21+
[
22+
-17.913144312372435,
23+
28.85454938652139
24+
],
25+
[
26+
-17.842315009623224,
27+
28.83015783855478
28+
],
29+
[
30+
-17.781805207936817,
31+
28.842353612538087
32+
],
33+
[
34+
-17.728331429702315,
35+
28.74103487483061
36+
],
37+
[
38+
-17.766795024572748,
39+
28.681932277834584
40+
],
41+
[
42+
-17.75131577297855,
43+
28.624236885528937
44+
],
45+
[
46+
-17.756944591740076,
47+
28.579206335436727
48+
],
49+
[
50+
-17.838093395552082,
51+
28.451150708612
52+
],
53+
[
54+
-17.871397239891113,
55+
28.480702007110015
56+
],
57+
[
58+
-17.88969090086607,
59+
28.57404658490533
60+
],
61+
[
62+
-17.957705794234517,
63+
28.658947934558352
64+
],
65+
[
66+
-18.003674480786984,
67+
28.76167387695621
68+
],
69+
[
70+
-18.003674480786984,
71+
28.76167387695621
72+
],
73+
[
74+
-17.996638457335074,
75+
28.771993378019005
76+
]
77+
]
78+
],
79+
"type": "Polygon"
80+
},
81+
"temporal_extent": [
82+
"2023-07-15",
83+
"2023-09-15"
84+
]
85+
},
86+
"namespace": "https://raw.githubusercontent.com/ESA-APEx/apex_algorithms/2668ac5fc948339c9233bc5068e63a7480dfcccb/algorithm_catalog/vito/random_forest_firemapping/openeo_udp/random_forest_firemapping.json",
87+
"process_id": "random_forest_firemapping"
88+
}
89+
},
90+
"reference_data": {}
91+
}
92+
]
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"id": "parcel_delineation",
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-06-02T00:00:00Z",
11+
"updated": "2025-06-02T00:00:00Z",
12+
"type": "service",
13+
"title": "Forest Fire Mapping using Random Forest based on Sentinel-2 and Sentinel-1 data",
14+
"description": "An openEO process example for mapping forest fires using Random Forest based on Sentinel-2 and Sentinel-1 data.",
15+
"cost_estimate": 0.45,
16+
"cost_unit": "platform credits per km²",
17+
"keywords": [
18+
"forest fires",
19+
"mapping"
20+
],
21+
"language": {
22+
"code": "en-US",
23+
"name": "English (United States)"
24+
},
25+
"languages": [
26+
{
27+
"code": "en-US",
28+
"name": "English (United States)"
29+
}
30+
],
31+
"contacts": [
32+
{
33+
"name": "Pratichhya Sharma",
34+
"position": "Researcher",
35+
"organization": "VITO",
36+
"links": [
37+
{
38+
"href": "https://www.vito.be/",
39+
"title": "VITO Website",
40+
"rel": "about",
41+
"type": "text/html"
42+
},
43+
{
44+
"href": "https://github.com/kvantricht",
45+
"title": "GitHub",
46+
"rel": "about",
47+
"type": "text/html"
48+
}
49+
],
50+
"contactInstructions": "Contact via VITO",
51+
"roles": [
52+
"principal investigator"
53+
]
54+
},
55+
{
56+
"name": "VITO",
57+
"links": [
58+
{
59+
"href": "https://www.vito.be/",
60+
"title": "VITO Website",
61+
"rel": "about",
62+
"type": "text/html"
63+
}
64+
],
65+
"contactInstructions": "SEE WEBSITE",
66+
"roles": [
67+
"processor"
68+
]
69+
}
70+
],
71+
"themes": [
72+
{
73+
"concepts": [
74+
{
75+
"id": "Sentinel-2"
76+
}
77+
],
78+
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
79+
}
80+
],
81+
"formats": [
82+
{
83+
"name": "GeoTIFF"
84+
}
85+
],
86+
"license": "CC-BY-4.0"
87+
},
88+
"linkTemplates": [],
89+
"links": [
90+
{
91+
"rel": "application",
92+
"type": "application/vnd.openeo+json;type=process",
93+
"title": "openEO Process Definition",
94+
"href": "NEED TO ADD PROCESS DEFINITION URL"
95+
},
96+
{
97+
"rel": "code",
98+
"type": "text/html",
99+
"title": "Git source repository",
100+
"href": "https://github.com/Open-EO/openeo-community-examples/tree/main/python/RandomForest-ForestFire"
101+
},
102+
{
103+
"rel": "service",
104+
"type": "application/json",
105+
"title": "CDSE openEO federation",
106+
"href": "https://openeofed.dataspace.copernicus.eu"
107+
},
108+
{
109+
"rel": "webapp",
110+
"type": "text/html",
111+
"title": "OpenEO Web Editor",
112+
"href": "NEED TO ADD WEBAPP URL"
113+
}
114+
]
115+
}

0 commit comments

Comments
 (0)