v0.6.0
v0.6.0 (2024-04-09)
Feature
-
feat: add camera positioning to cartographic rendering (
b493f31
) -
feat: Use GeoVista to map data onto earth sphere (
caca1ef
) -
feat: Add "render_cartographic" state var and relevant management/docs (
66730bc
)
Fix
-
fix: update files in
docker
folder (f402fb6
) -
fix: show import loading bar during import (
9e664f4
) -
fix(test): add a flag to disable render in
set_render_options
; geovista GeoPlotter raises exception when no GPU found (247ea75
) -
fix(test): allow non-numeric slicing values (for time axis) (
3d347ac
) -
fix(test): don't enable cartographic mode on 4D test data (
23261e2
)
Style
- style: add trailing comma (
fd074b1
)
Unknown
- Merge pull request #74 from Kitware/update-docker
Update files in docker
folder (68504e8
)
- Merge pull request #73 from Kitware/cartographic
Add cartographic rendering mode (b1144de
)
- examples: add cartographic mode to noaa example (
9cf3eb3
)