stilt.MultiPointReceptor.from_points#
- classmethod MultiPointReceptor.from_points(time, points, *, altitude_ref='agl')#
Build a receptor from
(longitude, latitude, altitude)tuples.Returns
PointReceptorfor one point,ColumnReceptorwhen two points share the same horizontal location, andMultiPointReceptorotherwise.