stilt.PointReceptor#
- class stilt.PointReceptor(time: 'TimeLike', longitude: 'float', latitude: 'float', altitude: 'float', *, altitude_ref: 'VerticalReference' = 'agl') 'None'[source]#
A single-point STILT receptor.
Parameters
timedatetime-like or strTimestamp associated with the receptor.
longitudefloatLongitude [-180, 180].
latitudefloatLatitude [-90, 90].
altitudefloatAltitude interpreted according to
altitude_ref.altitude_ref{“agl”, “msl”}, default “agl”Vertical reference for the altitude.
Methods#
|
Reconstruct a receptor from a dict produced by |
|
Build a receptor from |
|
Return a dict with keys |
Attributes#
|
Lazily derived shapely geometry. |
|
Receptor identifier composed of timestamp and location. |
|
|
|
Plotting namespace (e.g. |
|
All constituent shapely Points. |