Skip to main content

system.kanoa.quality.analysis.getShiftHeatMap

Requires kanoaQDS license

Description

Returns heatmap data of check sheets by Shift for the parameters passed.

Syntax

getShiftHeatMap(paramsDict, category)

Parameters:
  • paramsDict (dict): Dictionary containing parameters
  • category (string): Category type

  • Returns:
  • data (pyDataset): A dataset containing heatmap data
  • Code Examples

    # Usage example
    params_dict = {'startDate': system.date.getDate(2023, 1, 1), 'endDate': system.date.getDate(2023, 12, 31), 'assetPath': 'Kanoa Industries\Adelaide Hills'}
    category = 'areaPath'
    data = system.kanoa.quality.analysis.getShiftHeatMap(paramsDict=params_dict, category=category)

    print(data)