Skip to content

Releases: HydrologicEngineeringCenter/Vortex

v0.11.9

03 Nov 17:04
Compare
Choose a tag to compare

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

28 Sep 20:20
Compare
Choose a tag to compare

Bugfix: Synchronize GDAL jar with natives across versions to avoid unsatisfied link error.
Feature: Improve performance of the Importer wizard.

v0.11.7

17 Aug 00:31
Compare
Choose a tag to compare

Bugfix: Reduce the memory burden of the time-shifter utility. Load one grid at a time.

v0.11.6

08 Aug 21:44
Compare
Choose a tag to compare

Feature: Add support for PITRI precip disaggregation dataset.

Bugfix: Upgrade javaHeclib 7-IP -> 7-IR-6. This fixes a memory leak when reading gridded records.

v0.11.5

27 Jul 23:44
Compare
Choose a tag to compare

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

24 Jul 22:06
Compare
Choose a tag to compare

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

19 Jul 20:19
Compare
Choose a tag to compare

Feature: Handle irregular grid coordinate systems. Add logic to handle irregularly spaced 1D coordinate axes and 2D coordinate axes. In this case the the irregular coordinate system is resampled into a regular, cartesian, coordinate system.

v0.11.2

14 Jul 14:28
Compare
Choose a tag to compare

Feature: Store E-Part times as end-of-day (2400) so that records can be accessed without error in HEC-DSSVue.

v0.11.1

13 Jul 00:03
Compare
Choose a tag to compare

Feature: Add RAS precipitation data writer.
Bugfix: Handle non-DSS files in wizards.
Bugfix: Make file filters case insensitive.

v0.11.0

08 Jun 21:38
Compare
Choose a tag to compare

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.