API Documentation

ENVI GPToolbox

The ENVI GPToolbox class is used to create python toolboxes capable of running ENVI/IDL analytics inside of ArcMap and ArcGIS Pro. Each generated toolbox contains one or more GPTools that are lightweight wrappers to running ENVI/IDL tasks through the taskengine. For more api documentation on GPToolbox you can view the envipyarclib GPToolbox class.

class envipyarc.gptoolbox.GPToolbox(tasks=None, alias='envi')

Implementation of the envipyarclib GPToolbox class for ENVI/IDL.