Releases: HydrologicEngineeringCenter/Vortex
v0.10.37
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
Bugfix: Update handling logic for rotated pole projection.
v0.10.35
v0.10.34
v0.10.33
v0.10.32
v0.10.32-rc.1
Bugfix: Handle exception when destination Coordinate Reference System is invalid.
Bugfix: Handle exception when input no data value is null.
v0.10.31
v0.10.31-rc.1
Feature: Added support for Cordex/Rotated Pole coordinate system.
v0.10.29
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.