Skip to content

Commit

Permalink
changing raster_cube to datacube
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinastarzer21 committed Nov 28, 2024
1 parent e141150 commit b2d35e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apply_polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "A data cube.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
},
{
Expand Down Expand Up @@ -44,7 +44,7 @@
"description": "A sub data cube of the original data cube. The sub data cubes provided cover the smallest possible grid-aligned extent of the corresponding polygon and all pixels outside of the polygon are replaced with the value given in `mask_value`.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
},
{
Expand All @@ -63,7 +63,7 @@
"description": "A data cube.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
}
}
Expand Down Expand Up @@ -103,7 +103,7 @@
"description": "A data cube with the newly computed values and the same dimensions. The dimension properties (name, type, labels, reference system and resolution) remain unchanged.",
"schema": {
"type": "object",
"subtype": "raster-cube"
"subtype": "datacube"
}
},
"exceptions": {
Expand Down

0 comments on commit b2d35e5

Please sign in to comment.