Skip to content

Commit 7ef4c9f

Browse files
committed
Added note regarding reprojection
1 parent e23d027 commit 7ef4c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregate_spatial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"parameters": [
1010
{
1111
"name": "data",
12-
"description": "A raster data cube with at least two spatial dimensions.\n\nThe data cube implicitly gets restricted to the bounds of the geometries as if ``filter_spatial()`` would have been used with the same values for the corresponding parameters immediately before this process.",
12+
"description": "A raster data cube with at least two spatial dimensions.\n\nThe data cube implicitly gets restricted to the bounds of the geometries as if ``filter_spatial()`` would have been used with the same values for the corresponding parameters immediately before this process.\n\nIf the CRS of the raster data cube doesn't match the CRS of the geometries, the raster data will be reprojected to the CRS of the geometries.",
1313
"schema": {
1414
"type": "object",
1515
"subtype": "datacube",

0 commit comments

Comments
 (0)