GEddySoft

User Guide

  • Installation
  • Quick Start
  • Configuration
  • Performance
  • Running on Example Dataset

Project Info

  • Version History

Implementation Details

  • Software Architecture

API Reference

  • API Reference
    • Core Modules
    • Utility Functions
      • add_attributes
      • clean_results
      • compute_wind_direction
      • get_closest_value
      • get_ini
      • get_list_input_files
      • logBinSpectrum
      • map_sonic2tracer
      • nandetrend
      • nanlinfit
      • prepare_output
      • print_progress
        • print_progress.print_progress
        • print_progress()
      • read_GHG
      • read_main_inputs
      • read_metadata_files
      • reformat_date
GEddySoft
  • API Reference
  • print_progress
  • print_progress.print_progress
  • View page source

print_progress.print_progress

print_progress.print_progress(processed_, total_to_process, text, flush_=True, end_='\r', width=30)[source]

Print progress of process.

Parameters:
  • processed (Int) – Number of files/data processed.

  • total_to_process (Int) – Total number of files/data to process.

  • text (String) – Text to display.

  • width (int, optional) – The default is 30. Width of the progressing bar

Returns:

percent_processed – Percentage processed

Return type:

float

Previous Next

© Copyright 2025, Bernard Heinesch.

Built with Sphinx using a theme provided by Read the Docs.