Metadata-Version: 2.0
Name: captest
Version: 0.1.2
Summary: Framework and methods to facilitate photovoltaic facility capacity testing following ASTM E2848.
Home-page: http://github.com/bt-/pvcaptest
Author: Ben Taylor
Author-email: benjaming.taylor@gmail.com
License: MIT
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Dist: bokeh (>=0.12)
Requires-Dist: matplotlib (>=2)
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: pandas (>=0.20.3)
Requires-Dist: python-dateutil (>=2.5)
Requires-Dist: scikit-learn (>=0.19)
Requires-Dist: statsmodels (>=0.8)

pv_cap_test
===========

pvcaptest is intended to facilitate capacity testing following ASTM
E2848. The module includes two classes. The first class, CapData,
contains methods for loading and visualizing measured and simulated
(PVsyst) data. The second class, CapTest, contains methods for
visualizing, filtering, and performing regressions on data typically
collected from operating solar PV plants or solar energy production
models.


