Hardware-accelerated geospatial data plotting in the browser
autumnplot-gl • Docs
autumnplot-gl / RawProfileField
A class grid of wind profiles
new RawProfileField(
grid
,profiles
):RawProfileField
Create a grid of wind profiles
• 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
readonly
grid:Grid
readonly
profiles:WindProfile
[]
getStormMotionGrid():
RawVectorField
<Float16Array
>
Get the gridded storm motion vector field (internal method)
RawVectorField
<Float16Array
>