Skip to content

Releases: tangible-landscape/grass-tangible-landscape

Tangible Landscape 1.2.2

28 Sep 16:52

Choose a tag to compare

Tangible Landscape 1.2.1

29 Jun 14:19

Choose a tag to compare

This micro release brings fixes needed for GRASS 8 compatibility (fac57ec), fixes of HTML dashboard (49bb003), fixing calibration for k4a kinect (87068ac). Additionally, source code is now black-formatted.

Tangible Landscape 1.2.0

04 Aug 17:09
a4971c5

Choose a tag to compare

This release includes:

  • better recovery after GUI crash (no need to end r.in.kinect from process manager)
  • improved difference visualization based on stddev of original raster
  • allow running functions during calibration phase, they need to start with 'calib_', this is useful for example when something (e.g. contours) need to be computed only once on the dem.
  • fix gui typo
  • disable data catalog watchdog which causes problems due to frequent database changes during scanning

Tangible Landscape 1.1.0

16 Jul 15:28

Choose a tag to compare

This release includes support for new sensor Kinect for Azure and additional improvements and fixes:

  • add support for Kinect for Azure
  • better Python3/wx4 support
  • add About page
  • more robust handling of kinect process and notification when scanning done
  • optional includeTasks configuration parameter for external config files
  • fix GUI when no smoothing desired
  • make TL plugin standalone (for testing)
  • flake8 cleanup

Tangible Landscape 1.0.0

07 Oct 14:14

Choose a tag to compare

First release of Tangible Landscape plugin for GRASS GIS includes these features:

  • automated calibration
  • allows preparing 'activities' to simplify creating different applications and switching between them
    • e.g. loading map layers with predefined symbology, different scanning parameters for different application, simple projected dashboard, use buttons/keys to add custom actions
  • updated documentation on wiki
  • Python 3 support