Skip to content

Commit f43b98b

Browse files
committed
fixup! fixup! fixup! fixup! Issue #114/#141 convert inline GeoJSON in aggregate_spatial to VectorCube
1 parent a77d50a commit f43b98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo_driver/datacube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _write_legacy_aggregate_polygon_result_json(
312312
) -> Dict[str, StacAsset]:
313313
"""Export to legacy AggregatePolygonResult JSON format"""
314314
# TODO: eliminate this legacy, non-standard format?
315-
return self.to_legacy_save_result().write_assets(directory=directory)
315+
return self.to_legacy_save_result().write_assets(directory)
316316

317317
def get_bounding_box(self) -> Tuple[float, float, float, float]:
318318
return tuple(self._geometries.total_bounds)

0 commit comments

Comments
 (0)