Skip to content

Commit cadf61d

Browse files
committed
fixup! Finetune Parameter.spatial_extent docs and defaults
1 parent d5e42eb commit cadf61d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/api/test_process.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ def test_parameter_spatial_extent():
181181
"description": "Limits the data to process to the specified bounding box or polygons.\n"
182182
"\n"
183183
"For raster data, the process loads the pixel into the data cube if the point\n"
184-
"at the pixel center intersects with the bounding box or any of the polygons \n"
184+
"at the pixel center intersects with the bounding box or any of the polygons\n"
185185
"(as defined in the Simple Features standard by the OGC).\n"
186186
"\n"
187-
"For vector data, the process loads the geometry into the data cube if the geometry \n"
188-
"is fully within the bounding box or any of the polygons (as defined in the \n"
189-
"Simple Features standard by the OGC). Empty geometries may only be in the \n"
187+
"For vector data, the process loads the geometry into the data cube if the geometry\n"
188+
"is fully within the bounding box or any of the polygons (as defined in the\n"
189+
"Simple Features standard by the OGC). Empty geometries may only be in the\n"
190190
"data cube if no spatial extent has been provided.\n"
191191
"\n"
192192
"Empty geometries are ignored.\n"

0 commit comments

Comments
 (0)