reader.processing_graph

The processing_graph subpackage handles all workflows related to parsing processing history of a BEAM-DIMAP file.

This class is not designed to be directly used by the user. It is designed for the classes in PyBeamDimap.missions.

class PyBeamDimap.reader.processing_graph.ProcessingGraph(metadata, product)

Bases: object

__init__(metadata, product)
get_processing_graph(node_index=None, operator=None) dict

Load processing history. The node_index and operator arguments can be used together.

Parameters
  • node_index – Load processing history for a specific node

  • operator – Load a specific operator