Changelog

v.1.2.2 (Jan 13, 2026)

Updated projected GeoTIFF import component. Changes include:

  • Added transform output. When mesh georeferencing is toggled off, this can be used to shift georeferenced geometry to the topography mesh at origin. CRS must be consistent between TIFF and geometry.
v.1.2.1 (Jan 5, 2026)

Updated projected GeoTIFF import component. Changes include:

  • Handles much larger TIFF file sizes (2+ GB) with improved speed
  • Constrain mesh generation to TIFF subregion, using a normalized X and Y domain
  • Clips values exceeding a threshold with a fill value (useful for NoData values)
v.1.1.3 (Nov 5, 2025)

Added Generate Mesh from Curves component. Features include:

  • TIN mesh generated from input contours and breaklines at target resolution
  • Toggle whether input curve control points are added to mesh vertices list
  • Constrain TIN mesh to a closed boundary

Updated Generate Mesh component. Changes include:

  • Context Mesh input enables the combined use of the Generate Mesh from Curves component with a larger TIFF-generated context mesh
  • Grid mesh generated will apply a consistent resolution across both TIN and TIFF meshes, sampling the TIN where possible and the TIFF otherwise to generate a stitched mesh
v.1.1.2 (Sep 18, 2025)

Added Relative Elevation component. Features include:

  • For each mesh face center, analyze the elevation between the center and its neighbors (defined by distance input)
  • Outputs the mean elevation of the neighborhood, the difference between mean and face center, the range of the neighborhood, and the max/min elevation within the neighborhood