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