Skip to content

Releases: tsupinie/autumnplot-gl

autumnplot-gl v4.0

28 Aug 21:58

Choose a tag to compare

Update to autumnplot-gl v4.0

New features:

  • Support for station model plots
  • Support for globe view in maplibre-gl v5.0
  • Support for multiple colormaps on a filled contour plot (for precip type, for example)
  • Optimize billboard rendering to use less VRAM
  • Lambert grids now care about the shape of Earth
  • Quad-as-tri option in contouring for more detailed (though not necessarily better) contouring
  • Better documentation for hodograph plots and paintball plots (better documentation in general)

autumnplot-gl v3.0

17 May 20:14

Choose a tag to compare

Update to v3.0

Features:

  • Add contour labels (as part of this, contours are now done on the CPU using a web assembly module)
  • Add an updateField() function to all the plot components, which allows data that aren't being plotted to live on the CPU instead of the GPU
  • Add overflow and underflow colors to the color maps for rendering values outside the bounds of the color map.

Bug fixes:

  • Fixed an issue with 60-, 120-, and 180-kt wind barbs being dropped on some GPUs.
  • Duplicate the rendering of the plot components for different copies of the globe
  • Fix grid precision near the poles
  • Wind barb orientation corrected for the Mercator map projection
  • Winds of exactly 0 now plot correctly

autumnplot-gl v2.2

10 Nov 03:56
251c0aa

Choose a tag to compare

Summary of changes for v2.2:

  • Support for float16 data
  • Support for rotated lat/lon grids
  • Support for raster-style (a.k.a. pcolormesh from matplotlib) plots

autumnplot-gl v2.0

23 Aug 06:37
f058d29

Choose a tag to compare

Summary of changes for v2.0:

  • Support for Lambert conformal grids
  • Support for Paintball plots
  • VRAM usage optimizations
  • WebGL 2 support
  • NPM packaging