Skip to content

v0.9.6

Choose a tag to compare

@hcwinsemius hcwinsemius released this 06 Jun 12:32
· 9 commits to main since this release
dabc714

[0.9.6] = 2026-06-06

This release introduces full GIS export capabilities to layers compatible with QGIS.

Added

  • CrossSection.create_bbox create a CameraConfig compatible bounding box over a user-selected length upstream
    and downstream, which fits nicely around the chosen cross section.
  • Frames.to_geotiff writes a GeoTIFF for the selected frame. In the command-line interface camera-config allows
    for writing the sample frame to an RGB GeoTIFF using this method.
  • Velocimetry.to_ugrid converts a 2D velocimetry result into a QGIS mesh-compatible UGRID with CF conventions.
    Load your results in QGIS for further analysis, combination with your own datasets and creation of vector or
    trace animations.
  • CameraConfig.rotate. Allow you to apply a slight rotation to the existing camera configuration in case a camera was
    accidentally rotated, but not moved in terms of its location. The user can provide two sets of fixed, easy to
    recognize points as [col, row] in a frame containing the old pose, and the new pose of the camera. The method returns
    a new CameraConfig instance with the estimated rotation applied, and normalized pixel error estimates.
    At least 2 points must be provided.