You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This entity contains a harmonised description of a generic EOGeoDataLayer made for the Satellite Imagerry domain. This entity is primarily associated with the output data layers related to Earth Observation Analysis applications.",
"description": "This entity contains a harmonised description of a generic EOGeoDataLayer made for the Satellite Imagerry domain. This entity is primarily associated with the output data layers related to Earth Observation Analysis applications.",
"description": "Property. Model:'https://schema.org/Text'. A mandatory text string used to declare the path that the output data layer is saved on the server"
"description": "Property. Model:'https://schema.org/Text'. A text string used to declare the metadata file if available"
35
+
},
36
+
"contentInformation": {
37
+
"type": "array",
38
+
"items": {
39
+
"type": "object",
16
40
"properties": {
17
-
"type": {
18
-
"type": "string",
19
-
"description": "Property. NGSI-LD Entity Type. It must be equal to EOGeoDataLayer",
20
-
"enum": [
21
-
"EOGeoDataLayer"
22
-
]
23
-
},
24
-
"localServerPath": {
25
-
"type": "string",
26
-
"description": "Property. Model:'https://schema.org/Text'. A mandatory text string used to declare the path that the output data layer is saved on the server"
"description": "Property. Model:'https://schema.org/Text'. A text string used to declare the metadata file if available"
35
-
},
36
-
"contentInformation": {
37
-
"type": "array",
38
-
"items": {
39
-
"type": "object",
40
-
"properties": {
41
-
"layer_name": {
42
-
"type": "string",
43
-
"description": "Property. A string that states the layer name (e.g. band1)"
44
-
},
45
-
"layer_categorization": {
46
-
"type": "string",
47
-
"description": "Property. A string that describes the type of information (e.g. categorical, numerical)",
48
-
"enum": [
49
-
"categorical",
50
-
"numerical"
51
-
]
52
-
},
53
-
"values_explanation": {
54
-
"type": "array",
55
-
"description": "Property. An array with the explanation of the depicted values (e.g. [1:oil, 0:no oil])",
56
-
"items": {
57
-
"type": "string"
58
-
}
59
-
}
60
-
}
61
-
},
62
-
"description": "Property. An array that describes for each layer (e.g. band1) or entity name, the type of information (e.g. categorical, numerical) and an array with the explanation of the depicted values (e.g. [1:oil, 0:no oil])"
63
-
},
64
-
"isOutputOf": {
65
-
"type": "string",
66
-
"format": "uri",
67
-
"description": "Relationship. The ID of the analysis that was performed to extract this data layer"
41
+
"layer_name": {
42
+
"type": "string",
43
+
"description": "Property. A string that states the layer name (e.g. band1)"
44
+
},
45
+
"layer_categorization": {
46
+
"type": "string",
47
+
"description": "Property. A string that describes the type of information (e.g. categorical, numerical)",
48
+
"enum": [
49
+
"categorical",
50
+
"numerical"
51
+
]
52
+
},
53
+
"values_explanation": {
54
+
"type": "array",
55
+
"description": "Property. An array with the explanation of the depicted values (e.g. [1:oil, 0:no oil])",
56
+
"items": {
57
+
"type": "string"
68
58
}
59
+
}
69
60
}
61
+
},
62
+
"description": "Property. An array that describes for each layer (e.g. band1) or entity name, the type of information (e.g. categorical, numerical) and an array with the explanation of the depicted values (e.g. [1:oil, 0:no oil])"
63
+
},
64
+
"isOutputOf": {
65
+
"type": "string",
66
+
"format": "uri",
67
+
"description": "Relationship. The ID of the analysis that was performed to extract this data layer"
0 commit comments