NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
182 stars 62 forks source link

Issue With Linearregression for AEP analysis. #300

Open aravindvenkatachalapathy opened 1 month ago

aravindvenkatachalapathy commented 1 month ago

I have been trying to perform AEP analysis for a wind farm. Unfortunately, i only have era5 data only available. Its is throwing an error like this image What could be the possible solution for it?

RHammond2 commented 1 month ago

Hi @aravindvenkatachalapathy, thanks for reaching out. Would it be possible to share the full traceback of this error? Would you also be able to confirm that the metadata specification properly maps your data's column names to the OpenOA PlantData specifications for all the data being used in the analysis?

In general though, only one type of reanalysis data is required to run the anaysis, so only having ERA5 will be sufficient.