Skip to content

Process an AQG raw dataset from the command line

gravitools provides a simple command line interface (CLI) to read an AQG raw dataset, perform standard processing (AQGRawData.process()), and save it as an .nc-file.

The following example reads a zip-archive of AQG raw data and saves it as .\20240620_163341_000.nc.

$ python -m gravitools.aqg -o . 20240620_163341_000.zip

You can pass configuration parameters via a YAML-formatted file.

$ python -m gravitools.aqg -c config_file.yml -o . 20240620_163341_000.zip