stilt.MultiPointReceptor#
- class stilt.MultiPointReceptor(time: 'TimeLike', longitudes, latitudes, altitudes, *, altitude_ref: 'VerticalReference' = 'agl') 'None'[source]#
A multi-point STILT receptor with arbitrary spatial coordinates.
Parameters
timedatetime-like or strTimestamp associated with the receptor.
longitudesarray-like of floatLongitudes of each constituent point.
latitudesarray-like of floatLatitudes of each constituent point.
altitudesarray-like of floatAltitudes of each constituent point.
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. |