ProMeteo Logo

Contents:

  • Welcome to ProMeteo
    • Requirements
    • Supported Anemometers
    • Input and Output
    • Main Script Workflow
    • Configuration File
    • Design Notes
    • Testing
    • Contributing
    • How to Cite
    • Planned Features
  • Despiking
    • Vickers and Mahrt (1997) Method
      • Workflow of pre_processing.despiking_VM97()
    • “Robust” Method
      • Workflow of pre_processing.despiking_robust()
    • Comparison between the Two Methods
    • References
  • Frame rotation and wind direction
    • Rotation to LEC reference
    • Streamline rotation
    • Horizontal wind direction
      • Wind direction in the LEC system
      • Wind direction in the streamline system
    • Bibliography
  • Test data (test_data.csv)
    • Variables
    • Timestamps
    • Data Anomalies Introduced
    • Output
  • Pre-processing Module – Usage Example
  • ProMeteo functions
    • core
      • import_data()
      • load_config()
      • min_to_points()
      • running_stats()
      • running_stats_robust()
    • pre_processing
      • despiking_VM97()
      • despiking_robust()
      • fill_missing_timestamps()
      • identify_interp_spikes()
      • interp_nan()
      • linear_interp()
      • remove_beyond_threshold()
    • frame
      • rotation_to_LEC_reference()
      • rotation_to_streamline_reference()
      • wind_dir_LEC_reference()
      • wind_dir_modeldependent_reference()
ProMeteo
  • Index

Index

C | D | F | I | L | M | P | R | W

C

  • core
    • module

D

  • despiking_robust() (in module pre_processing)
  • despiking_VM97() (in module pre_processing)

F

  • fill_missing_timestamps() (in module pre_processing)
  • frame
    • module

I

  • identify_interp_spikes() (in module pre_processing)
  • import_data() (in module core)
  • interp_nan() (in module pre_processing)

L

  • linear_interp() (in module pre_processing)
  • load_config() (in module core)

M

  • min_to_points() (in module core)
  • module
    • core
    • frame
    • pre_processing

P

  • pre_processing
    • module

R

  • remove_beyond_threshold() (in module pre_processing)
  • rotation_to_LEC_reference() (in module frame)
  • rotation_to_streamline_reference() (in module frame)
  • running_stats() (in module core)
  • running_stats_robust() (in module core)

W

  • wind_dir_LEC_reference() (in module frame)
  • wind_dir_modeldependent_reference() (in module frame)

© Copyright 2025, Alessandro Zampella.

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