v0.9.6
[0.9.6] = 2026-06-06
This release introduces full GIS export capabilities to layers compatible with QGIS.
Added
CrossSection.create_bboxcreate aCameraConfigcompatible bounding box over a user-selected length upstream
and downstream, which fits nicely around the chosen cross section.Frames.to_geotiffwrites a GeoTIFF for the selected frame. In the command-line interfacecamera-configallows
for writing the sample frame to an RGB GeoTIFF using this method.Velocimetry.to_ugridconverts 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 newCameraConfiginstance with the estimated rotation applied, and normalized pixel error estimates.
At least 2 points must be provided.