birdy.client.outputs module

class birdy.client.outputs.WPSResult(*args: Any, **kwargs: Any)[source]

Bases: WPSExecution

_make_output(convert_objects=False)[source]
_process_output(output, convert_objects=False)[source]

Process the output response, whether it is actual data or a URL to a file.

Parameters:
  • output (owslib.wps.Output)

  • convert_objects (bool) – If True, object_converters will be used.

attach(wps_outputs, converters=None)[source]

Attach the outputs according to converters.

Parameters:
  • wps_outputs (dict)

  • converters (dict) – Converter dictionary {name: object}

get(asobj=False)[source]

Return the process response outputs.

Parameters:

asobj (bool) – If True, object_converters will be used.