Metadata-Version: 2.4
Name: galileoQC
Version: 1.0.0
Summary: Quality control for airborne gravimetry and gravity gradiometry in Python.
Project-URL: Homepage, https://pypi.org/project/galileoQC
Project-URL: Repository, https://github.com/GeoscienceAustralia/galileoQC
Project-URL: Documentation, https://geoscienceaustralia.github.io/galileoQC/index.html
Author-email: Mark Helm Dransfield <dransfield.m@bigpond.com>
Maintainer-email: Mark Helm Dransfield <dransfield.m@bigpond.com>
License-Expression: CC-BY-SA-4.0
License-File: LICENSE.md
Keywords: QC,airborne,geophysics,gravity,gravity gradiometry
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: aseg-gdf2==0.7
Requires-Dist: colorcet
Requires-Dist: filebrowser
Requires-Dist: h5py
Requires-Dist: ipympl
Requires-Dist: matplotlib
Requires-Dist: netcdf4
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pathlib
Requires-Dist: pooch
Requires-Dist: pyarrow
Requires-Dist: pyproj
Requires-Dist: rioxarray
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: verde
Requires-Dist: xarray
Requires-Dist: xrft
Description-Content-Type: text/markdown

# __galileoQC__

__galileoQC__ is a python package to assist in quality control of data from airborne gravimetry and airborne gravity gradiometry surveys.

The documentation at <https://geoscienceaustralia.github.io/galileoQC/index.html> is detailed and contains tutorials in Jupyter-lab notebooks.

The homepage is at <https://pypi.org/project/galileoQC>.

## Normal Installation

For installations on PCs running Win10, Win11, macos, Debian, Fedora, or Ubuntu.

It is recommended that a virtual environment be set up for galileoQC with the current versions of python and pip.

Installation is known to work using pip:

```
pip install galileoQC
```

More install information will be available when the package is published. In the meantime, contact Mark Dransfield if help is required.


