Skip to content

Releases: HydrologicEngineeringCenter/Vortex

v0.10.37

26 May 19:27
Compare
Choose a tag to compare

Feature: Clipping extent is now consistent between the clipper utility and importer utility. Previously the clipper utility and the importer utility used two different pathways to perform a clip that resulted in different domains in the clipped result. Now the two utilities use the same path to perform the clip and produce the same result.
Feature: Add logic to handle moisture deficit, percolation, impervious area, and curve number grids.
Bugfix: Allow selection of both temporal and non-temporal gridded HEC-DSS records, i.e. pathnames are selectable with or without D and E parts.
Bugfix: Handle writes for non-temporal HEC-DSS records so that no D or E part is included in the DSS pathname.
Bugfix: Handle the case the no target WKT has been specified in the Importer. In this case the target coordinate reference system is assumed to be the same as the source coordinate reference system.
Bugfix: In some cases clipping failed because the axis mapping strategy had not been set in the reprojector and the axes would be flipped for the clipping envelope. This has been fixed so that axis mapping is always in x, y order.

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.