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]

Get the average lapse rate in C/km

Get the height thickness in meters

Get the pressure thickness.

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

Trait Implementations

impl Debug for Layer
[src]

Formats the value using the given formatter. Read more

impl Clone for Layer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Layer
[src]

Auto Trait Implementations

impl Send for Layer

impl Sync for Layer