|
1 | 1 | cwlVersion: v1.0 |
| 2 | +schemas: |
| 3 | +- http://schema.org/version/9.0/schemaorg-current-http.rdf |
2 | 4 | $namespaces: |
3 | 5 | s: https://schema.org/ |
| 6 | + eoap: "http://oeap.github.io/schema" |
4 | 7 |
|
5 | | -schemas: |
6 | | - - http://schema.org/version/9.0/schemaorg-current-http.rdf |
7 | | - |
8 | | -s:softwareVersion: 1.0.0 |
9 | | - |
10 | | -s:applicationCategory: "Earth Observation application package" |
11 | | -s:additionalProperty: |
12 | | - - s:@type: s:PropertyValue |
13 | | - s:name: application-type |
14 | | - s:value: delineation |
15 | | - - s:@type: s:PropertyValue |
16 | | - s:name: domain |
17 | | - s:value: hydrology |
| 8 | +s:name: Water bodies detection based on NDWI and the otsu threshold |
| 9 | +s:description: Water bodies detection based on NDWI and otsu threshold applied to a single Landsat-8/9 acquisition. |
| 10 | +s:dateCreated: '2025-01-01' |
| 11 | +s:license: |
| 12 | + '@type': s:CreativeWork |
| 13 | + s:identifier: Apache-2.0 |
18 | 14 |
|
19 | | -s:thumbnail: |
20 | | - s:@type: s:ImageObject |
21 | | - s:contentUrl: "https://s3.waw3-2.cloudferro.com/swift/v1/stac-png/S2_L2A.jpg" |
22 | | - s:caption: "Water bodies detected based on the NDWI and otsu threshold" |
23 | | - s:encodingFormat: "image/jpeg" |
24 | | - s:height: "360" |
25 | | - s:width: "640" |
| 15 | +s:keywords: |
| 16 | +- CWL |
| 17 | +- Workflow |
| 18 | +- Earth Observation |
26 | 19 |
|
| 20 | +s:operatingSystem: |
| 21 | +- Linux |
| 22 | +- macOS |
| 23 | +s:softwareRequirements: |
| 24 | +- https://cwltool.readthedocs.io/en/latest/ |
| 25 | +- https://www.python.org/ |
27 | 26 |
|
28 | | -s:license: |
29 | | - s:@type: s:CreativeWork |
30 | | - s:name: "License CC BY 4.0" |
31 | | - s:url: "https://creativecommons.org/licenses/by/4.0/" |
32 | | - s:encodingFormat: "text/html" |
| 27 | +s:softwareVersion: 1.0.0 |
| 28 | +s:softwareHelp: |
| 29 | +- '@type': s:CreativeWork |
| 30 | + s:name: User Manual |
| 31 | + s:url: tps://eoap.github.io/application-package-patterns/ |
33 | 32 |
|
34 | | -s:documentation: |
35 | | - - s:@type: s:CreativeWork |
36 | | - s:name: "User Manual" |
37 | | - s:url: "https://eoap.github.io/application-package-patterns/" |
38 | | - s:encodingFormat: "text/html" |
| 33 | +s:publisher: |
| 34 | + '@type': s:Organization |
| 35 | + s:name: Make Earth Observation Great Again |
| 36 | + s:email: info@meoga.com |
| 37 | + s:identifier: https://ror.org/9999cx000 |
39 | 38 |
|
40 | 39 | s:author: |
41 | | - s:@type: s:Person |
42 | | - s:name: "John Doe" |
| 40 | +- '@type': s:Role |
| 41 | + s:roleName: Project Manager |
| 42 | + s:additionalType: http://purl.org/spar/datacite/ProjectManager |
| 43 | + s:author: |
| 44 | + '@type': s:Person |
| 45 | + s:givenName: Lois |
| 46 | + s:familyName: Lane |
| 47 | + s:email: lois.lane@dailyplanet.com |
| 48 | + s:identifier: https://orcid.org/0000-9999-0000-9999 |
| 49 | + s:affiliation: |
| 50 | + '@type': s:Organization |
| 51 | + s:name: Daily Planet |
| 52 | + s:identifier: https://ror.org/0000cx000 |
| 53 | +- '@type': s:Role |
| 54 | + s:roleName: Researcher |
| 55 | + s:additionalType: http://purl.org/spar/datacite/Researcher |
| 56 | + s:author: |
| 57 | + '@type': s:Person |
| 58 | + s:givenName: Clark |
| 59 | + s:familyName: Kent |
| 60 | + s:email: clark.kent@dailyplanet.com |
| 61 | + s:identifier: https://orcid.org/0000-9999-0000-9999 |
| 62 | + s:affiliation: |
| 63 | + '@type': s:Organization |
| 64 | + s:name: Daily Planet |
| 65 | + s:identifier: https://ror.org/0000cx000 |
| 66 | + |
| 67 | +s:contributor: |
| 68 | +- '@type': s:Person |
| 69 | + s:givenName: Lex |
| 70 | + s:familyName: Luthor |
| 71 | + s:email: lex.luthor@luthorcorp.com |
| 72 | + s:identifier: https://orcid.org/0000-9999-0000-9999 |
43 | 73 | s:affiliation: |
44 | | - s:@type: s:Organization |
45 | | - s:name: "Make EO Great Again Platform" |
46 | | - s:email: "john.doe@meogap.org" |
47 | | - |
| 74 | + '@type': s:Organization |
| 75 | + s:name: Luthor Corp |
| 76 | + s:identifier: https://ror.org/0000cx000 |
| 77 | + |
48 | 78 | $graph: |
49 | 79 | - class: Workflow |
50 | 80 | id: pattern-1 |
51 | 81 | label: Water bodies detection based on NDWI and the otsu threshold |
52 | 82 | doc: Water bodies detection based on NDWI and otsu threshold applied to a single Landsat-8/9 acquisition |
53 | 83 | requirements: [] |
| 84 | + hints: |
| 85 | + - eoap:JSONSchemaHint |
54 | 86 | inputs: |
55 | 87 | aoi: |
56 | 88 | label: area of interest |
|
0 commit comments