Struct sounding_analysis::layers::Layer [] [src]

pub struct Layer {
    pub bottom: DataRow,
    pub top: DataRow,
}

A layer in the atmosphere described by the values at the top and bottom.

Fields

Pressure at the bottom of the layer.

Pressure at the top of the layer.

Methods

impl Layer
[src]

[src]

Get the average lapse rate in C/km

[src]

Get the height thickness in meters

[src]

Get the pressure thickness.

[src]

Get the bulk wind shear (spd kts, direction degrees)

Trait Implementations

impl Debug for Layer
[src]

[src]

Formats the value using the given formatter.

impl Clone for Layer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Layer
[src]