Skip to main content

A scada data processing library

Project description

wind-energy-analytics

Curating physics-guided data-driven solutions for the wind energy industry

Current Modules

  • Iterative power curve filter (returns normal and abnormal datapoints)

Filtering Module Usage

from scada_data_analysis.modules.power_curve_preprocessing import PowerCurveFiltering

pc_filter = PowerCurveFiltering(turbine_label='Wind_turbine_name', windspeed_label='Ws_avg',
                                power_label='P_avg', data=df, cutin_speed=3, bin_interval=0.5,
                                z_coeff=2.5, filter_cycle=5, return_fig=True, image_path='..\images')

normal_df, abnormal_df = pc_filter.process()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scada_data_analysis-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

scada_data_analysis-1.0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page