ee.Array.project

Projects an array to a lower dimensional space by specifying the axes to retain. Dropped axes must be at most length 1.

UsageReturns
Array.project(axes)Array
ArgumentTypeDetails
this: arrayArrayArray to project.
axesListThe axes to project onto. Other axes will be discarded, and must be at most length 1.