Skip to content

Easy way to invoke 'inspect' in datacube #795

Description

@jdries

The 'inspect' method allows to log properties of a datacube, which is useful for debugging.
It is however not so easy to invoke it. What I would intuitively expect based on other processes, is a simple cube.inspect().

Note that importing 'inspect' from openeo.processes is an option, but invoking that method returns a ProcessBuilder object, which does not have the convenience functionality to start jobs.

The current workaround I found was to do this:

connection.datacube_from_process("inspect",data=cube)

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions