Skip to content

Commit

Permalink
Revert "Revert "Remove support for vector-cubes for now #68""
Browse files Browse the repository at this point in the history
This reverts commit b377487.
  • Loading branch information
m-mohr committed Dec 2, 2019
1 parent 684114f commit 241cc3b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 41 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `filter_bbox`, `load_collection`, `resample_spatial`: PROJ definitions are deprecated in favor of EPSG codes, WKT2 and PROJJSON. [#58](https://github.com/Open-EO/openeo-processes/issues/58)

### Removed
- Data type `vector-cube` from several processes. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
- `reduce`: The `null` (no-operation) reducer has been removed. Use the process `drop_dimension` instead. [#57](https://github.com/Open-EO/openeo-processes/issues/57)
- The following operations don't support `ignore_nodata` any longer: `and`, `divide`, `multiply`, `or`, `subtract`, `xor`. [#85](https://github.com/Open-EO/openeo-processes/issues/85)
- Removed processes:
Expand Down
8 changes: 0 additions & 8 deletions aggregate_polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
{
"type": "object",
"subtype": "geojson"
},
{
"type": "object",
"subtype": "vector-cube"
}
],
"required": true
Expand Down Expand Up @@ -93,10 +89,6 @@
{
"type": "object",
"subtype": "geojson"
},
{
"type": "object",
"subtype": "vector-cube"
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions filter_polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
{
"type": "object",
"subtype": "geojson"
},
{
"type": "object",
"subtype": "vector-cube"
}
],
"required": true
Expand Down
4 changes: 0 additions & 4 deletions load_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@
{
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions load_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
{
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
}
]
}
Expand Down
4 changes: 0 additions & 4 deletions mask.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
"type": "object",
"subtype": "geojson"
},
{
"type": "object",
"subtype": "vector-cube"
},
{
"type": "object",
"subtype": "raster-cube"
Expand Down
6 changes: 1 addition & 5 deletions property.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "property",
"summary": "Get metadata for data cubes or collections",
"description": "Retrieves metadata properties for a data cube (if a `raster-cube` or `vector-cube` is passed) or a collection (if a collection id is passed). Properties for a single dimension can be queried with the `dimension` parameter.\n\nAvailable metadata properties can be retrieved with the openEO Data Discovery for Collections, but for data cubes only a subset may be available after processing.",
"description": "Retrieves metadata properties for a data cube (if a `raster-cube` is passed) or a collection (if a collection id is passed). Properties for a single dimension can be queried with the `dimension` parameter.\n\nAvailable metadata properties can be retrieved with the openEO Data Discovery for Collections, but for data cubes only a subset may be available after processing.",
"categories": [
"cubes"
],
Expand All @@ -18,10 +18,6 @@
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
},
{
"description": "A collection id.",
"type": "string",
Expand Down
8 changes: 0 additions & 8 deletions rename_dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
{
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
}
],
"required": true
Expand All @@ -46,10 +42,6 @@
{
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
}
]
},
Expand Down
4 changes: 0 additions & 4 deletions save_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
{
"type": "object",
"subtype": "raster-cube"
},
{
"type": "object",
"subtype": "vector-cube"
}
],
"required": true
Expand Down

0 comments on commit 241cc3b

Please sign in to comment.