stilt.Receptor#

class stilt.Receptor(time: 'TimeLike', altitude_ref: 'VerticalReference') 'None'[source]#

Abstract base for all STILT receptor types.

Methods#

from_dict(d)

Reconstruct a receptor from a dict produced by to_dict.

from_points(time, points, *[, altitude_ref])

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

to_dict()

Serialize this receptor to a round-trippable dict including a "type" key.

Attributes#

geometry

Lazily derived shapely geometry.

id

Receptor identifier composed of timestamp and location.

location_id

Spatial location identifier that uniquely describes this receptor's position.

plot

Plotting namespace (e.g. receptor.plot.map()).

points

All constituent shapely Points.