API Reference ============= This section provides detailed documentation of the rdmpy Python API, organized by module. Data Pre-Processing ~~~~~~~~~~~~~~~~~~~ Core preprocessor module for matching schedules with delays and organizing results by station. .. automodule:: rdmpy.preprocessor :members: :undoc-members: :show-inheritance: Utilities ~~~~~~~~~ Shared utility functions that support the preprocessing pipeline, including schedule and delay processing. .. automodule:: rdmpy.utils :members: :undoc-members: :show-inheritance: Data Loading ~~~~~~~~~~~~ Tools for loading processed data from the ``processed_data/`` folder. .. automodule:: rdmpy.outputs.load_data :members: :undoc-members: :show-inheritance: Analysis Tools ~~~~~~~~~~~~~~ Functions for analyzing and visualizing network-level data across stations. .. automodule:: rdmpy.outputs.analysis_tools :members: :undoc-members: :show-inheritance: