es_sfgtools.novatel_tools.novatel_binary_operations module

es_sfgtools.novatel_tools.novatel_binary_operations.novatel_000_2tile(files: List[str], gnss_obs_tdb: Path, position_tdb: Path, n_procs: int = 10) None

Given a list of novatel 000 binary files, get all the range logs and add them to a single tdb array

Parameters:
  • files (List[AssetEntry]) – List of asset entries to process

  • gnss_obs_tdb (Path) – Path to the gnss_obs tiledb array

  • n_procs (int, optional) – _description_. Defaults to 10.

es_sfgtools.novatel_tools.novatel_binary_operations.novatel_770_2tile(files: List[str], gnss_obs_tdb: Path, n_procs: int = 10) None

Given a list of novatel 770 binary files, get all the range logs and add them to a single tdb array

Parameters:
  • files (List[AssetEntry]) – List of asset entries to process

  • gnss_obs_tdb (Path) – Path to the gnss_obs tiledb array

  • n_procs (int, optional) – _description_. Defaults to 10.