Skip to content

version 7.8

Compare
Choose a tag to compare
@sahrk sahrk released this 21 Apr 19:53
· 149 commits to master since this release

v7.8

Fixed

  • several compiler warnings

Added

  • cmake switch WITH_EXT_SHAPELIB to build with an external version of the
    shapelib library; see details in INSTALL.md (thanks to @allixender)
  • (all changes below are not yet documented in the manual; but see the
    new examples listed below)
  • added choice OUTPUT_ADDRESS_TYPE to parameter output_cell_label_type
  • added new hierarchical index address types ZORDER, ZORDER_STRING, Z3,
    and Z3_STRING to parameters input_address_type and output_address_type
  • operations BIN_POINT_VALS and BIN_POINT_PRESENCE now output addresses
    using output_address_type
  • replaced parameter clip_cell_seqnums with clip_cell_addresses, which uses
    cell addresses as specified by input_address_type.
  • added new examples isea4t, isea4d, z3CellClip, z3Nums, z3WholeEarth,
    zCollection, zTransform, z3Collection, z3Transform, zCellClip, and zNums

[7.72] - 2023-04-19

Added

  • additional debugging statements to help in tracking down some issues

Changed

  • removed DestroyFeature from DgOutGdalFile.cpp

[7.71] - 2023-03-21

Added

  • added DGGRID dockerfile image (thanks to @allixender)

Fixed

  • clipping with input polygons now works (again) in diamond and triangle grids

Changed

  • updated README.md