Skip to content

Releases: ausseabed/qax

v3.2.4

10 Sep 00:47
39913dd
Compare
Choose a tag to compare

What's Changed

  • Add runtime hooks to init GDAL_DATA env var by @sixy6e in #31
  • Resovle missing map by @sixy6e in #33

Full Changelog: v3.2.3...v3.2.4

v3.2.3

15 Aug 05:50
Compare
Choose a tag to compare
Rework; docs paths are now system independent and utilise inbuilt pat…

v3.2.2

13 Aug 22:57
ff8a392
Compare
Choose a tag to compare

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:

Other Changes

  • Fix ausseabed web links in #26
  • bump setuptools by #27

Full QAX Changelog: v3.2.0...v3.2.2

Holes and gaps fixes

12 Aug 21:50
ff8a392
Compare
Choose a tag to compare

v3.2.0: GGOutlier check

19 Jun 07:49
Compare
Choose a tag to compare

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

14 Jun 07:10
Compare
Choose a tag to compare
Pre-release
ci: remove debugging info from build step

v3.1.1

27 May 05:50
Compare
Choose a tag to compare

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

07 May 04:25
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

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

22 Feb 03:06
Compare
Choose a tag to compare

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, and uncertainty
    • 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

16 Nov 03:15
95224b0
Compare
Choose a tag to compare
v3.0.13 Pre-release
Pre-release
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.