Skip to content

Commit

Permalink
deploy: 4274215
Browse files Browse the repository at this point in the history
  • Loading branch information
openEO CI committed Dec 22, 2023
1 parent 3b382ea commit 9776af5
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 9 deletions.
5 changes: 3 additions & 2 deletions draft/aggregate_temporal.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"description": "Distinct labels for the intervals, which can contain dates and/or times. Is only required to be specified if the values for the start of the temporal intervals are not distinct and thus the default labels would not be unique. The number of labels and the number of groups need to be equal.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand All @@ -140,7 +141,7 @@
},
{
"name": "dimension",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist.",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist or no temporal dimension is available.",
"schema": {
"type": [
"string",
Expand Down Expand Up @@ -228,7 +229,7 @@
"message": "The data cube contains multiple temporal dimensions. The parameter `dimension` must be specified."
},
"DimensionNotAvailable": {
"message": "A dimension with the specified name does not exist."
"message": "A dimension with the specified name does not exist or no temporal dimension is available."
},
"DistinctDimensionLabelsRequired": {
"message": "The dimension labels have duplicate values. Distinct labels must be specified."
Expand Down
4 changes: 2 additions & 2 deletions draft/aggregate_temporal_period.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"name": "dimension",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the source data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist.",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the source data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist or no temporal dimension is available.",
"schema": {
"type": [
"string",
Expand Down Expand Up @@ -115,7 +115,7 @@
"message": "The data cube contains multiple temporal dimensions. The parameter `dimension` must be specified."
},
"DimensionNotAvailable": {
"message": "A dimension with the specified name does not exist."
"message": "A dimension with the specified name does not exist or no temporal dimension is available."
},
"DistinctDimensionLabelsRequired": {
"message": "The dimension labels have duplicate values. Distinct labels must be specified."
Expand Down
15 changes: 11 additions & 4 deletions draft/processes.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
},
{
"name": "dimension",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the source data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist.",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the source data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist or no temporal dimension is available.",
"schema": {
"type": [
"string",
Expand Down Expand Up @@ -506,7 +506,7 @@
"message": "The data cube contains multiple temporal dimensions. The parameter `dimension` must be specified."
},
"DimensionNotAvailable": {
"message": "A dimension with the specified name does not exist."
"message": "A dimension with the specified name does not exist or no temporal dimension is available."
},
"DistinctDimensionLabelsRequired": {
"message": "The dimension labels have duplicate values. Distinct labels must be specified."
Expand Down Expand Up @@ -650,6 +650,7 @@
"description": "Distinct labels for the intervals, which can contain dates and/or times. Is only required to be specified if the values for the start of the temporal intervals are not distinct and thus the default labels would not be unique. The number of labels and the number of groups need to be equal.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand All @@ -662,7 +663,7 @@
},
{
"name": "dimension",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist.",
"description": "The name of the temporal dimension for aggregation. All data along the dimension is passed through the specified reducer. If the dimension is not set or set to `null`, the data cube is expected to only have one temporal dimension. Fails with a `TooManyDimensions` exception if it has more dimensions. Fails with a `DimensionNotAvailable` exception if the specified dimension does not exist or no temporal dimension is available.",
"schema": {
"type": [
"string",
Expand Down Expand Up @@ -750,7 +751,7 @@
"message": "The data cube contains multiple temporal dimensions. The parameter `dimension` must be specified."
},
"DimensionNotAvailable": {
"message": "A dimension with the specified name does not exist."
"message": "A dimension with the specified name does not exist or no temporal dimension is available."
},
"DistinctDimensionLabelsRequired": {
"message": "The dimension labels have duplicate values. Distinct labels must be specified."
Expand Down Expand Up @@ -8896,6 +8897,7 @@
"description": "An array of labels to be used.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand Down Expand Up @@ -10416,6 +10418,7 @@
"description": "The names of the dimension to combine. The order of the array defines the order in which the dimension labels and values are combined (see the example in the process description). Fails with a `DimensionNotAvailable` exception if at least one of the specified dimensions does not exist.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
Expand Down Expand Up @@ -11136,6 +11139,7 @@
},
{
"type": "array",
"uniqueItems": true,
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -11521,6 +11525,7 @@
"description": "The names of the new target dimensions. New dimensions will be created with the given names and type `other` (see ``add_dimension()``). Fails with a `TargetDimensionExists` exception if any of the dimensions exists.\n\nThe order of the array defines the order in which the dimensions and dimension labels are added to the data cube (see the example in the process description).",
"schema": {
"type": "array",
"uniqueItems": true,
"minItems": 2,
"items": {
"type": "string"
Expand Down Expand Up @@ -12338,6 +12343,7 @@
"description": "The new names for the labels.\n\nIf a target dimension label already exists in the data cube, a `LabelExists` exception is thrown.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand All @@ -12351,6 +12357,7 @@
"description": "The original names of the labels to be renamed to corresponding array elements in the parameter `target`. It is allowed to only specify a subset of labels to rename, as long as the `target` and `source` parameter have the same length. The order of the labels doesn't need to match the order of the dimension labels in the data cube. By default, the array is empty so that the dimension labels in the data cube are expected to be enumerated.\n\nIf the dimension labels are not enumerated and the given array is empty, the `LabelsNotEnumerated` exception is thrown. If one of the source dimension labels doesn't exist, the `LabelNotAvailable` exception is thrown.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand Down
3 changes: 2 additions & 1 deletion draft/proposals/array_create_labeled.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"description": "An array of labels to be used.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand All @@ -43,4 +44,4 @@
"message": "The number of values in the parameters `data` and `labels` don't match."
}
}
}
}
1 change: 1 addition & 0 deletions draft/proposals/flatten_dimensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"description": "The names of the dimension to combine. The order of the array defines the order in which the dimension labels and values are combined (see the example in the process description). Fails with a `DimensionNotAvailable` exception if at least one of the specified dimensions does not exist.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
Expand Down
1 change: 1 addition & 0 deletions draft/proposals/predict_curve.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
},
{
"type": "array",
"uniqueItems": true,
"items": {
"anyOf": [
{
Expand Down
1 change: 1 addition & 0 deletions draft/proposals/unflatten_dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"description": "The names of the new target dimensions. New dimensions will be created with the given names and type `other` (see ``add_dimension()``). Fails with a `TargetDimensionExists` exception if any of the dimensions exists.\n\nThe order of the array defines the order in which the dimensions and dimension labels are added to the data cube (see the example in the process description).",
"schema": {
"type": "array",
"uniqueItems": true,
"minItems": 2,
"items": {
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions draft/rename_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"description": "The new names for the labels.\n\nIf a target dimension label already exists in the data cube, a `LabelExists` exception is thrown.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand All @@ -39,6 +40,7 @@
"description": "The original names of the labels to be renamed to corresponding array elements in the parameter `target`. It is allowed to only specify a subset of labels to rename, as long as the `target` and `source` parameter have the same length. The order of the labels doesn't need to match the order of the dimension labels in the data cube. By default, the array is empty so that the dimension labels in the data cube are expected to be enumerated.\n\nIf the dimension labels are not enumerated and the given array is empty, the `LabelsNotEnumerated` exception is thrown. If one of the source dimension labels doesn't exist, the `LabelNotAvailable` exception is thrown.",
"schema": {
"type": "array",
"uniqueItems": true,
"items": {
"type": [
"number",
Expand Down

0 comments on commit 9776af5

Please sign in to comment.