Skip to content

QAX plugin implementation for ggoutliers; an outlier detection tool for gridded bathymetry datasets

License

Notifications You must be signed in to change notification settings

ausseabed/ggoutlier-qax-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GGOutlier QAX Plugin

QAX plugin implementation for GGOutlier

This repository contains only the code required for GGOutlier to be integrated within QAX, the source code for GGOutlier can be found here.

GGOutlier is a tool developed by Guardian Geomatics to Quality Control processed a multibeam bathymetry surface, and validate a processed depth surface against a standard such as those published by IHO SP44 or HIPP.

More details on GGOutlier and its use independent of QAX can be found in the readme.

Getting started

There's no use case for using the contents of this repository outside QAX. To use GGOutlier refer to the instructions included in the links above. The following is a getting started guide for developers wishing to further develop the QAX GGOutlier plugin.

This repository requires a Python environment where GGOutlier has already been installed.

git clone https://github.com/ausseabed/ggoutlier-qax-plugin.git
cd ggoutlier-qax-plugin

Now install the module. It's recommended to use the -e arguement to support development.

pip install -e .

A small test command application has been included that will run GGOutlier passing it a single --help arguement. This perform a minimal check that GGOutlier and its dependencies are installed correctly.

run_ggoutlier

About

QAX plugin implementation for ggoutliers; an outlier detection tool for gridded bathymetry datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages