stilt.MultiPointReceptor.from_points#

classmethod MultiPointReceptor.from_points(time, points, *, altitude_ref='agl')#

Build a receptor from (longitude, latitude, altitude) tuples.

Returns PointReceptor for one point, ColumnReceptor when two points share the same horizontal location, and MultiPointReceptor otherwise.

Return type:

stilt.receptor.Receptor

Parameters: