Python program for Detecting abnormal Data in a PV plant Database - Validation Results from a 273kW NIST PV plant dataset
收藏IEEE2019-12-27 更新2026-04-17 收录
下载链接:
https://ieee-dataport.org/documents/python-program-detecting-abnormal-data-pv-plant-database-validation-results-273kw-nist-pv
下载链接
链接失效反馈官方服务:
资源简介:
This folder contains two csv files and one .py file. One csv file contains NIST ground PV plant data imported from https://pvdata.nist.gov/. This csv file has 902 days raw data consisting PV plant POA irradiance, ambient temperature, Inverter DC current, DC voltage, AC current and AC voltage. Second csv file contains user created data. The Python file imports two csv files. The Python program executes four proposed corrupt data detection methods to detect corrupt data in NIST ground PV plant data. First and fourth methods are statistical approaches performing a direct comparison of the parameters. These two statistical methods can be applied from the first day of installing a PV plant. Second and third methods are machine learning based approaches involving training and testing procedures. These two machine learning approaches need some days of historical data prior to applying them. This program is useful to PV plant users, researchers, PV plant monitors, third party service providers to clean their PV plant datasets. By replacing the existing dataset set with their own dataset, one can use the program for filtering their data. This program requires the PV data set to have six parameters: POA irradiance, ambient temperature, Inverter DC current, DC voltage, AC current and AC voltage.
创建时间:
2019-12-27



