geodezyx.operational.bin_opera package

CLI utilities for RTKLIB and GNSS data processing operations.

Submodules

geodezyx.operational.bin_opera.download_gnss_products module

CLI entry point for GNSS products download.

Mirrors the download_gnss_rinex CLI but targets orbital / clock products.

@author: psakic

geodezyx.operational.bin_opera.download_gnss_products.main()
geodezyx.operational.bin_opera.download_gnss_products.parse_args()

geodezyx.operational.bin_opera.download_gnss_rinex module

Created on 06/06/2025 11:23:06

@author: psakic

geodezyx.operational.bin_opera.download_gnss_rinex.main()
geodezyx.operational.bin_opera.download_gnss_rinex.parse_args()

geodezyx.operational.bin_opera.rtklib_merge_parquet module

Created on 2026/03/23

@author: psakic

CLI interface for merging individual RTKLIB parquet files into a single consolidated parquet file.

geodezyx.operational.bin_opera.rtklib_merge_parquet.parse_args()

Parse command line arguments.

geodezyx.operational.bin_opera.rtklib_merge_parquet.rtklib_merge_prq_main()

Main entry point for the CLI.

geodezyx.operational.bin_opera.rtklib_parquet module

Created on 2026/03/04

@author: psakic

CLI interface for converting RTKLIB output files to Parquet format.

geodezyx.operational.bin_opera.rtklib_parquet.parse_args()

Parse command line arguments.

geodezyx.operational.bin_opera.rtklib_parquet.rtklib_prq_main()

Main entry point for the CLI.

geodezyx.operational.bin_opera.rtklib_parquet2csv module

Created on 2026/06/03

@author: psakic

CLI interface for converting merged RTKLIB parquet files to CSV format, processed by rover/base pairs.

geodezyx.operational.bin_opera.rtklib_parquet2csv.parquet2csv_main()

Main entry point for the parquet2csv CLI.

geodezyx.operational.bin_opera.rtklib_parquet2csv.parse_args()

Parse command line arguments.

geodezyx.operational.bin_opera.rtklib_run_cli module

Created on 2026/02/19

@author: psakic

CLI interface for running RTKLIB processing with the GeodeZYX toolbox.

geodezyx.operational.bin_opera.rtklib_run_cli.parse_args()

Parse CLI arguments and return only explicitly provided values.

geodezyx.operational.bin_opera.rtklib_run_cli.parse_site_pair(sites_rovers_raw, sites_bases_raw=None)

Parse sites_rovers that may contain comma-separated ‘ROVER,BASE’ pairs.

If any item in sites_rovers_raw contains a comma, all items are interpreted as explicit rover/base pairs (2-tuples), and sites_bases is forced to None so that make_pairs uses the explicit-pairs branch.

Parameters:
  • sites_rovers_raw (list of str) – Raw rover list, e.g. ['TLSE', 'ZIMM'] or ['TLSE,GRAS', 'ZIMM,GRAS'].

  • sites_bases_raw (list of str or None) – Raw base list; ignored (set to None) when pair syntax is detected.

Returns:

  • sites_rovers (list of str or list of (str, str))

  • sites_bases (list of str or None)

geodezyx.operational.bin_opera.rtklib_run_cli.rtklib_run_main()

Main entry point for the RTKLIB CLI.