GeoDms 15.10.2
Known issues: #838 and #841: consider using v16.0.3 or later, or v15.4.0 when aggregating values of an empty domain
This version contains the new functions poly2allgrids and poly2allgrids_uint64, see also #295.
Both require a polygon dataitem poly
as first argument and integer point unit rasterDomain
as second argument and they result in a unit<uint32>
or unit<uint64>
respectively, both with the follwing two sub-items:
attribute<domain of poly> polygon_rel;
attribute<rasterDomain> grid_rel;
Thepolygon_rel
is omitted when the domain ofpoly
is void.
Full Changelog: v15.9.0...v15.10.2
Furthermore, the Nono Sans Medium Font used by Qt and DataViews, that was no longer loaded into the Windows GDI by Qt since version 6.8.0, is now loaded explicitly into the Windows GDI, see #814.
The 15.10.2 patch fixes a race condition issue found in 15.10.1 (withdrawn) with poly2allgrid (introduced in 15.10.0) when then number of polygon data tiles allows for parallel processing. Furthermore, it contains some diagnostic and progress reporting improvements.