Releases: HydrologicEngineeringCenter/Vortex
v0.11.9
Feature: Add handling for Livneh precipitation data.
Feature: Recognize variables "prec", "qpe", and "precipitable water" as precipitation. Recognize variable "weasd" as snow water equivalent.
Bugfix: In RAS HDF output, vertically transpose data and replace missing with 0.
v0.11.8
v0.11.7
v0.11.6
v0.11.5
Features: In the Grid-to-Point-Converter, handle the case that a non-unique ID field has been selected. Collect common features into a geometry collection before sampling.
Feature: Add handling logic for units of "deg_c".
Feature: Convert NaN value to Heclib.UNDEFINED_FLOAT prior to DSS write.
v0.11.4
Bugfix: Reduced memory footprint of the grid-to-point converter. The grid-to-point converter would become increasingly slow or throw an out of memory exception when run with large datasets.
Bugfix: Fixed bad logic in the equality check for coordinate reference systems. The previous logic further degraded the performance of the grid-to-point converter.
Feature: Added progress notifications to the grid-to-point converter.
v0.11.3
v0.11.2
v0.11.1
v0.11.0
Feature: Retired the JavaFX UI in lieu of Java Swing UI. This will reduce the maintenance burden of maintaining both UIs.
Feature: Added NetCDF write capability.
Feature: In the Calculator, added raster option. This allows you to multiply, divide, add, or subtract by a raster in addition to a constant.
Feature: In the Time-Shifter utility, added ability to shift start time only or end time only, in addition to shifting both start time and end time simultaneously.
Feature: Added macOS and Linux distribution packages in addition to Windows.