stilt.observations.slant_points#
- stilt.observations.slant_points(longitude, latitude, altitudes, *, zenith, azimuth, anchor=None)[source]#
(longitude, latitude, altitude)points along a line of sight.Each altitude sits
(altitude - anchor) * tan(zenith)metres from(longitude, latitude)along theazimuthbearing, on a local flat tangent plane.zenithis degrees from the local vertical andazimuthis degrees clockwise from north: the bearing from the ground point toward the instrument or the sun, which is the direction the path rises toward.anchoris the altitude at which the path passes through(longitude, latitude)and defaults to the first altitude.Altitudes are returned unchanged, in whatever datum they were given. Use mean-sea-level altitudes for a slant; terrain-following (AGL) heights would bend the path. Pass the result to
stilt.Receptor.from_points().- Return type:
- Parameters: