autumnplot-gl

Hardware-accelerated geospatial data plotting in the browser


Project maintained by tsupinie Hosted on GitHub Pages — Theme by mattgraham

autumnplot-glDocs


autumnplot-gl / RawProfileField

Class: RawProfileField

A class grid of wind profiles

Constructors

new RawProfileField()

new RawProfileField(grid, profiles): RawProfileField

Create a grid of wind profiles

Parameters

grid: Grid

The grid on which the profiles are defined

profiles: WindProfile[]

The wind profiles themselves, which should be given as a 1D array in row-major order, with the first profile being at the lower-left corner of the grid

Returns

RawProfileField

Source

RawField.ts:164

Properties

grid

readonly grid: Grid

Source

RawField.ts:157


profiles

readonly profiles: WindProfile[]

Source

RawField.ts:156

Methods

getStormMotionGrid()

getStormMotionGrid(): RawVectorField<Float16Array>

Get the gridded storm motion vector field (internal method)

Returns

RawVectorField<Float16Array>

Source

RawField.ts:170