Skip to content

Commit

Permalink
data dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
PondiB committed Dec 14, 2023
1 parent 5f50a6a commit bb7b736
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions proposals/raster_to_vector.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,20 @@
"parameters": [
{
"name": "data",
"description": "A data cube.",
"schema": [
{
"title": "Raster data cube",
"type": "object",
"subtype": "datacube",
"dimensions": [
{
"type": "spatial",
"axis": [
"x",
"y"
]
}
]
}
]
"description": "A raster data cube.",
"schema": {
"type": "object",
"subtype": "datacube",
"dimensions": [
{
"type": "spatial",
"axis": [
"x",
"y"
]
}
]
}
},
{
"name": "projection",
Expand Down

0 comments on commit bb7b736

Please sign in to comment.