Skip to content

Commit 7a29378

Browse files
authored
aggregate_spatial_window typo fix (#446)
1 parent 7b558ac commit 7a29378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/aggregate_spatial_window.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"name": "boundary",
78-
"description": "Behavior to apply if the number of values for the axes `x` and `y` is not a multiple of the corresponding value in the `size` parameter. Options are:\n\n- `pad` (default): pad the data cube with the no-data value `null` to fit the required window size.\n\n- `trim`: trim the data cube to fit the required window size.\n\nSet the parameter `align` to specifies to which corner the data is aligned to.",
78+
"description": "Behavior to apply if the number of values for the axes `x` and `y` is not a multiple of the corresponding value in the `size` parameter. Options are:\n\n- `pad` (default): pad the data cube with the no-data value `null` to fit the required window size.\n\n- `trim`: trim the data cube to fit the required window size.\n\nUse the parameter `align` to align the data to the desired corner.",
7979
"schema": {
8080
"type": "string",
8181
"enum": [

0 commit comments

Comments
 (0)