Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 18:13
· 7 commits to main since this release

Added

  • CLI: new short help message via --help/-h, previous long help message is now printed with --help-all/-H
  • Improved documentation for --filter option

Changed

  • CLI: --jobs/-j now assigns roughly jobs - 1 threads to reconstruction instead of reserving five internal threads first.
  • Invalid footprint features are skipped, instead of failing the whole tile
  • Terrain height fallback now uses a local terrain grid before falling back to the tile minimum.
  • Improved default log messages
  • Improved install script
  • Fixed compile warnings for ptinpoly.c
  • Revamp build system to use conan instead of vcpkg. Easier to set up and maintain, smaller build artifacts, faster builds.
  • Add support for Nix builds

Fixed

  • Prevent building terrain elevation getting assigned a garbage value in case of multiple input pointclouds when one of them has no points
  • Floating point exception when the first and last point are the same in LinearRing holes
  • Fixed potential segfault with roofer --help