Skip to content

Commit 0934aee

Browse files
committed
add worldwater
1 parent 6848626 commit 0934aee

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"id": "dhi_wind_turbine_detection",
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": "ESA World Water extent",
14+
"description": "Monitoring of water bodies at any region globally from 2016 onwards, based on Sentinel-1 and Sentinel-2 data.",
15+
"cost_estimate": 0.1,
16+
"cost_unit": "platform credits per km\u00b2",
17+
"keywords": [
18+
"surface water extent",
19+
"detection"
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": "Alkiviadis Koukos",
34+
"position": "Researcher",
35+
"organization": "DHI",
36+
"links": [
37+
{
38+
"href": "https://eo.dhigroup.com/",
39+
"title": "DHI Website",
40+
"rel": "about",
41+
"type": "text/html"
42+
},
43+
{
44+
"href": "https://github.com/alkiskk",
45+
"title": "GitHub",
46+
"rel": "about",
47+
"type": "text/html"
48+
}
49+
],
50+
"contactInstructions": "Contact via DHI",
51+
"roles": [
52+
"principal investigator"
53+
]
54+
}
55+
],
56+
"themes": [
57+
{
58+
"concepts": [
59+
{
60+
"id": "Sentinel-2 MSI",
61+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/fc57a9a0-a287-4bcf-a517-20811b55596b?format=json"
62+
},
63+
{
64+
"id": "Sentinel-1 C-SAR",
65+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/1c53d85e-3792-4081-9748-192fd3140aa6?format=json"
66+
},
67+
{
68+
"id": "WATER MANAGEMENT",
69+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/14555831-70ae-4650-8983-956d65595575?format=json"
70+
},
71+
{
72+
"id": "WATER RESOURCES",
73+
"url": "https://gcmd.earthdata.nasa.gov/kms/concept/3dd9fd35-f1dd-4d25-b849-eeb7b64ab767?format=json"
74+
}
75+
],
76+
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
77+
}
78+
],
79+
"formats": [
80+
{
81+
"name": "GeoTIFF"
82+
},
83+
{
84+
"name": "netCDF"
85+
}
86+
],
87+
"license": "GPL-3.0-only"
88+
},
89+
"linkTemplates": [],
90+
"links": [
91+
{
92+
"rel": "application",
93+
"type": "application/vnd.openeo+json;type=process",
94+
"title": "openEO Process Definition",
95+
"href": "https://github.com/DHI-GRAS/worldwater-toolbox/blob/vito/world_water_toolbox/single_month_extent_udp.json"
96+
},
97+
{
98+
"rel": "service",
99+
"type": "application/json",
100+
"title": "openEO platform",
101+
"href": "https://openeo.cloud"
102+
},
103+
{
104+
"rel": "webapp",
105+
"type": "text/html",
106+
"title": "OpenEO Web Editor",
107+
"href": "https://editor.openeo.org"
108+
},
109+
{
110+
"rel": "about",
111+
"type": "text/html",
112+
"title": "ESA World Water website",
113+
"href": "https://worldwater.earth/"
114+
},
115+
{
116+
"rel": "code",
117+
"type": "text/html",
118+
"title": "Git source repository",
119+
"href": "https://github.com/DHI-GRAS/worldwater-toolbox.git"
120+
},
121+
{
122+
"rel": "cite-as",
123+
"type": "text/html",
124+
"title": "Druce, D.; Tong, X.; Lei, X.; Guo, T.; Kittel, C.M.M.; Grogan, K.; Tottrup, C. An Optical and SAR Based Fusion Approach for Mapping Surface Water Dynamics over Mainland China. Remote Sens. 2021, 13, 1663",
125+
"href": "https://doi.org/10.3390/rs13091663"
126+
}
127+
]
128+
}

0 commit comments

Comments
 (0)