corners2ecef#

corners2ecef(corners)#

Converts corners lon/lat array (as returned by vertices2corners()) to ECEF representation.

Parameters
corners: array

corners lon/lat array

Returns
corners: numpy.array

First dimension are the sids (same as input first dimension). Second dimension the corners (1,2,3). Third dimension x,y,z.