Skip to content

Releases: HydrologicEngineeringCenter/Vortex

0.10.36-rc.1

27 Apr 22:59
Compare
Choose a tag to compare

Bugfix: Update handling logic for rotated pole projection.

v0.10.35

17 Mar 15:19
Compare
Choose a tag to compare

Bugfix: HEC-DSS files with non-gridded records would cause the pathname sorting logic to fail. Now non-gridded records will be filtered out before attempting to sort.

v0.10.34

28 Feb 00:58
Compare
Choose a tag to compare

Bugfix: Make B part un-editable in HEC-HMS version of Grid-To-Point-Converter wizard. The B part is determined by the values in the selected shapefile field.

v0.10.33

27 Feb 22:34
Compare
Choose a tag to compare

Fix field selection in grid-to-point-converter Java Swing utility (HEC-HMS version).

v0.10.32

26 Jan 02:32
Compare
Choose a tag to compare

Bugfix: In the ASCII data reader, use -9999 when no no-data value is found.
Bugfix: Account for no-data value in calculator.

v0.10.32-rc.1

07 Sep 21:53
Compare
Choose a tag to compare

Bugfix: Handle exception when destination Coordinate Reference System is invalid.
Bugfix: Handle exception when input no data value is null.

v0.10.31

01 Sep 22:36
Compare
Choose a tag to compare

Feature: Add support for Cordex/Rotated Pole projection.
Feature: Add GeographicProcessor to public API.

v0.10.31-rc.1

22 Aug 23:37
Compare
Choose a tag to compare

Feature: Added support for Cordex/Rotated Pole coordinate system.

v0.10.29

01 Jul 21:11
Compare
Choose a tag to compare

Bugfix: Corrected the zonal statistics algorithm (for Grid-to-Point-converter) to divide by the filtered data count rather than the total data length. Use the no data value to filter. This issue manifested in cases where the geometry extended beyond the domain of valid values. The previous validation was limited to the case that the geometry extent is covered by valid values.
Bugfix: Return DSS data type of PER-CUM when the description is "precip". This ensures a valid data type when accumulating with the Grid-to-Point-converter.

v0.10.28

01 Jul 14:42
Compare
Choose a tag to compare

Feature: Added multiply, divide, add, or subtract by raster option to the calculator wizard.
Feature: Track no data values through read/resample/write of raster data. Convert no data values to Heclib.UNDEFINED_FLOAT when writing to HEC-DSS format.
Feature: Added special handling logic for CMORPH hourly data.
Feature: Added file overwrite and output dialogs in Swing UI for HEC-HMS.
Feature: Added generalized data handling for datasets that don't have a coordinate system but have lat/lon axes, e.g. CMIP5.
Feature: Added special handling logic for GEFS data.

Bugfix: File with "snodas" in the name was incorrectly identified as a SNODAS file.
Bugfix: Added handling for U of A SWE data type. Previously the data was imported as PER-CUM because of the offsetting dates. Now the data is correctly imported as PER-AVER.
Bugfix: Added WktFactory::shg() back into the API to preserve backwards compatibility.
Bugfix: Updated javaHeclib version 7-HK -> 7-IG. This fixes issue where records fail to write to DSS v7 file.
Bugfix: More robust handling of min/max x/y when determining the clipping extent.