birdy.client.outputs module¶
- class birdy.client.outputs.WPSResult(*args: Any, **kwargs: Any)[source]¶
Bases:
WPSExecution- _process_output(output: owslib.wps.Output, convert_objects: bool = False)[source]¶
Process the output response.
Determine whether it is actual data or a URL to a file.
- Parameters:
output (owslib.wps.Output) – The WPS outputs.
convert_objects (bool) – If True, object_converters will be used.