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
194 stars 63 forks source link

Add `PlantData.to_csv()` #194

Closed RHammond2 closed 2 years ago

RHammond2 commented 2 years ago

This PR adds a .to_save() method to PlantData to ensure that users can easily save their validated data to file and use it again later. The 00 Intro notebook has also been updated to demonstrate how to use the method.

This should wait for #192 and #193 to be merged as it's based on the changes from those pull requests

ejsimley commented 2 years ago

Hi @RHammond2, I'm just going to leave my comments on 00_intro_to_plant_data.ipynb and project_ENGIE.py here too. Thanks for putting in the effort to translate all these preprocessing steps over to the v3 workflow!

00_intro_to_plant_data.ipynb

project_ENGIE.py