Open
Description
openeo-python-driver/openeo_driver/ProcessGraphDeserializer.py
Lines 618 to 629 in 657c054
uses arguments:
- singular
geometry
(inline geojson) distance
(number)unit
(number, and required)
Current official spec: https://github.com/Open-EO/openeo-processes/blob/965bbaebd4d5984203a0437076c85a66a72a23e0/proposals/vector_buffer.json
specifies arguments:
- plural
geometries
("vector cube") distance
(number)
Note that this standard API is copied over to autogenerated helper in python client: https://github.com/Open-EO/openeo-python-client/blob/7ce92925dd9544ff116b14c0339de203f854ec27/openeo/processes.py#L5497
The difference in singular/plural and the unit
argument (which is required but non-standard) make future proof usage problematic