Releases: ausseabed/qax
Releases · ausseabed/qax
v3.2.4
v3.2.3
Rework; docs paths are now system independent and utilise inbuilt pat…
v3.2.2
Several bugfixes
- Issue with GeoTIFF's not gracefully erroring for the GGoutliers checks
- Issue with exporting summary results to Excel when the Resolution Check is unselected
- Issue with density check not correctly catering for null data values other than zero
For more information on the above issues see the following:
- ausseabed/finder-grid-checks#2
- ausseabed/mbes-grid-checks#2
- ausseabed/finder-grid-checks#3
- ausseabed/ggoutlier-qax-plugin#4
- #26
- #27
- ausseabed/mbes-grid-checks#3
- #28
Other Changes
Full QAX Changelog: v3.2.0...v3.2.2
Holes and gaps fixes
Addresses the issues listed in:
v3.2.0: GGOutlier check
Changes:
- GGOutlier has been added as a new check
- Is available within HIPP and AusSeabed profiles
- Identifies outliers (fliers) in gridded depth files (GeoTIFFs)
- More details on GGOutlier can be found here
- QAX in-app documentation updated to include details on GGOutlier check
Fixes:
- When starting QAX the check parameters were not correctly updated to the last used standard
- When switching profiles the check parameters were not correctly updated
- When deselecting and then selecting a check, the check parameters were not correctly updated
Known issues:
- Spatial data output data displayed in QAX where the grid and coverage area used the same coordinate reference system is incorrect, this does not effect results or detailed spatial output files.
v3.1.2: GGOutlier test release
ci: remove debugging info from build step
v3.1.1
Changes:
- Changes to detailed spatial outputs generated by new data hole and data gap check
- The single geotiff has been replaced with two geotiffs; one including holes, the other including gaps
- Two shapefiles are now generated, one for holes and one for gaps
Bug fixes:
- None
Known issues:
- Spatial data output data displayed in QAX where the grid and coverage area used the same coordinate reference system is incorrect, this does not effect results or detailed spatial output files.
v3.1.0
Changes:
- Input file details (e.g. ; band names, resolution) is now displayed on input tab under the details tab.
- Users are now shown what data type QAX has identified within the input file
- Users can now select individual checks to run
- Previously all checks within each check tool would be run
- Selected standard now determines which checks are run by default
- Parameters tab only shows parameters for checks that have been selected
- New data hole and data gap check
- Identifies 3x3 pixel holes in gridded data independently of data gaps (holes in data less than 3x3 in size)
- Operates on a density threshold (default 5 soundings or more are valid, can be modified via check parameters)
Bug fixes:
- None
Known issues:
- Spatial data output data displayed in QAX where the grid and coverage area used the same coordinate reference system is incorrect, this does not effect results or detailed spatial output files.
v3.0.14
Changes:
- Specification of input files has been completely rebuilt
- File naming conventions previously required by QAX are no longer necessary
- QAX will identify gridded file types by the band name included in the metadata of input tiff files, or the inclusion of the band names within the filename (can be anywhere within filename).
- Supported band names include
depth
,density
, anduncertainty
- Supported band names include
- If multiple sets of input files are to be run through QAX, users must group these into the same dataset.
- In-application help links have now been added to some user interface sections. When these 'ⓘ' buttons are clicked, the user manual will be opened to relevant sections.
- Future QAX updates will expand the use of this feature.
- Amount of log information presented is now user configurable. This can be changed in the File->Settings dialog.
- Inclusion of new "Test" profile.
- This profile will be used as a mechanism to release newly developed QA checks
- This release includes a point cloud based density check
- PDF version of QAX user manual is now available for download from this release (and all subsequent releases)
Bug fixes:
- Feeding datasets that include only nodata, or where the coverage area does not intersect gridded data, would cause MBES grid checks to fail.
- This error is now caught appropriately and flagged to user
Known issues:
- Spatial data output data displayed in QAX where the grid and coverage area used the same coordinate reference system is incorrect, this does not effect results or detailed spatial output files.
v3.0.13
Merge pull request #22 from sixy6e/fix-release-naming-pdf Fix uploading of release artefacts, and include PDF version of user guide as release artefact.