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.
I discovered that the "examples" module was being installed as a separate package with OpenOA. This pollutes the user's environment and was not expected behavior to me. The culprit is this find_packages() function, which automatically includes all packages in the source tree unless specifically excluded.
I discovered that the "examples" module was being installed as a separate package with OpenOA. This pollutes the user's environment and was not expected behavior to me. The culprit is this find_packages() function, which automatically includes all packages in the source tree unless specifically excluded.
Changes: