Skip to content

Version 8.33

Latest
Compare
Choose a tag to compare
@sahrk sahrk released this 17 Oct 02:25

[8.33] - 2024-10-16

Added

  • output whether or not built with GDAL

Fixed

  • suppressed remaining compiler warnings

[8.32] - 2024-09-18

Fixed

  • template definition errors in DgPhysicalRF

[8.31] - 2024-07-05

Changed

  • igeo7 DGGS preset defaults output_cell_label_type to OUTPUT_ADDRESS_TYPE

Fixed

  • added #define to ensure PRIx64 gets defined

[8.3] - 2024-07-03

Added

  • new hierarchical index address types Z7 and Z7_STRING to parameters input_address_type and output_address_type
  • new DGGS preset IGEO7 (see new example igeo7WholeEarth)
  • added new examples quads, z7CellClip, z7Nums, z7WholeEarth, z7Collection and z7Transform

Changed

  • changed example z3Transform so that it takes non-GEO input

Fixed

  • yet more bugs binning some points that are very close to certain icosahedron edges into odd aperture 7 resolutions

[8.2] - 2024-06-15

Fixed

  • bug binning some points that are very close to certain icosahedron edges into odd aperture 7 resolutions
  • failure when performing a TRANSFORM operation with input files other than lat/lon
  • fixed macro names in Z3RF

[8.1b] - 2024-01-10

Added

  • pure aperture 7 hexagon grids (ISEA7H/FULLER7H) are now first class DGGS that support all operations (just like aperture 3 and 4 hexagon DGGS)

Changed

  • removed altitude component from built-in GeoJSON and KML output files

[8.0b] - 2023-10-24

Added

  • dgaplib glue library for dglib application development
  • example multipleOrientations to demonstrate/test creating multiple random grid placements
  • new version 8 examples binpresV8, binvalsV8, genPtsV8, and transformV8.

Changed

  • complete re-architecture of DGGRID application to use dgaplib approach
  • all operations now use complete cell output infrastructure previously used by GENERATE_GRID.
  • added operation GENERATE_GRID_FROM_POINTS
  • operations GENERATE_GRID_FROM_POINTS, BIN_POINT_VALS, and BIN_POINT_PRESENCE can use GDAL file input
  • see new V8 examples and the manual for information on the new parameters

[7.81] - 2023-05-06

Added

  • command-line -v and -h flags