meteoJS/thermodynamicDiagram/diagramSounding
Source: thermodynamicDiagram/
Child class
Abstract types
Events
Class
DiagramSounding
Abstract types
diagramOptions Object
Style/visibility options for a sounding in the thermodynamic diagram.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
visible |
boolean |
Yes |
Visibility in the thermodynamic diagram. Defaults to |
temp |
Yes |
Options for the temperature curve. |
|
dewp |
Yes |
Options for the dewpoint curve. |
|
wetbulb |
Yes |
Options for the wetbulb temperature curve. |
hodographOptions module:meteoJS/thermodynamicDiagram~lineOptions
Options for a sounding in the hodograph.
Properties
Name | Type | Optional | Description |
---|---|---|---|
minPressure |
(number or undefined) |
Yes |
Minimum pressure level to plot in the hodograph. Unit: hPa. |
maxPressure |
(number or undefined) |
Yes |
Maximum pressure level to plot in the hodograph. Unit: hPa. |
segments |
Array of module:meteoJS/thermodynamicDiagram/diagramSounding~hodographSegmentOptions |
Yes |
Array of segment definitions. |
hodographSegmentOptions module:meteoJS/thermodynamicDiagram~lineOptions
Options for a line-segment of a sounding in the hodograph.
Properties
Name | Type | Optional | Description |
---|---|---|---|
minPressure |
(number or undefined) |
Yes |
Minimum pressure level of the segment. Unit: hPa. |
maxPressure |
(number or undefined) |
Yes |
Maximum pressure level of the segment. Unit: hPa. |
options Object
Definition of the options for the constructor.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
visible |
boolean |
Yes |
Visibility of the sounding. Defaults to |
diagram |
module:meteoJS/thermodynamicDiagram/diagramSounding~diagramOptions |
Yes |
Options for the thermodynamic diagram part. |
windprofile |
module:meteoJS/thermodynamicDiagram/diagramSounding~windprofileOptions |
Yes |
Options for the windprofile part. |
hodograph |
module:meteoJS/thermodynamicDiagram/diagramSounding~hodographOptions |
Yes |
Options for this sounding for the hodograph. |
parcels |
module:meteoJS/thermodynamicDiagram/diagramSounding~parcelsOptions |
Yes |
Options for this sounding for the parcels. |
parcelsOptions Object
Visibility/style of the parcels. This object can contain further keys with
values as module:meteoJS/thermodynamicDiagram/diagramSounding~diagramOptions
which applies to the parcel with the equivalent id.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
visible |
boolean |
Yes |
Visibility of the parcels. Defaults to |
default |
module:meteoJS/thermodynamicDiagram/diagramSounding~diagramOptions |
Yes |
Default options for a parcel. |
windprofileOptions Object
Style/visibility options for a sounding in the windprofile.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
visible |
boolean |
Yes |
Visibility in the windprofile part. Defaults to |
windbarbs |
Yes |
Options for the windbarbs. |
|
windspeed |
Yes |
Options for the windspeed line. |
Events
change:options
Change options event.
change:visible
Change visibility event. Only triggered, if the visibility of the sounding changes, not if only a part's visibility (like hodograph) changes.