-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
53 lines (53 loc) · 1.59 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CC-BY-NC-SA-4.0",
"codeRepository": "https://github.com/eoap/quickwin.git",
"dateCreated": "2022-09-01",
"datePublished": "2022-09-25",
"dateModified": "2022-09-25",
"name": "Water Bodies Detection",
"version": "1.1.0",
"description": "The Water Bodies Detection is an Application that uses the NDWI index and the Otsu threshold to detect water bodies using Sentinel-2 or Landsat-9 data",
"developmentStatus": "active",
"downloadUrl": "https://github.com/eoap/quickwin/releases/tag/1.0.0",
"relatedLink": [
"https://eoap.github.io/quickwin"
],
"funder": {
"@type": "Organization",
"name": "Terradue"
},
"keywords": [
"NDWI", "Landsat-9", "Sentinel-2", "Water Bodies"
],
"programmingLanguage": [
"Python", "CWL"
],
"softwareRequirements": [
"container runtime",
"cwl runner"
],
"author": [
{
"@type": "Person",
"givenName": "Jane",
"familyName": "Doe",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "ACME"
}
},
{
"@type": "Person",
"givenName": "John",
"familyName": "Doe",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "ACME"
}
}
]
}