stilt.ColumnReceptor#
- class stilt.ColumnReceptor(time: 'TimeLike', longitude: 'float', latitude: 'float', bottom: 'float', top: 'float', *, altitude_ref: 'VerticalReference' = 'agl') 'None'[source]#
A vertical-column STILT receptor (two altitudes, shared horizontal location).
Parameters
timedatetime-like or strTimestamp associated with the receptor.
longitudefloatLongitude [-180, 180].
latitudefloatLatitude [-90, 90].
bottomfloatLower altitude bound (must be less than
top).topfloatUpper altitude bound.
altitude_ref{“agl”, “msl”}, default “agl”Vertical reference for the altitudes.
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. |