twoaxistracking - a new package in the pvlib organization? #1407
Replies: 1 comment 8 replies
-
@AdamRJensen as an organization, pvlib is open to several projects that provide open-source software for solar power. pvlib/pvlib-python is the package for "forward" modeling, i.e., given weather data and system parameters, predict output. pvlib/pvanalytics is intended to be the package supporting "backward" analysis, i.e., providing functions that operate on measured data (weather, PV system output) to provide quality metrics, detect features such as inverter clipping, etc. There's hope to launch a third project pvlib/pvmodules to contain code to generate the CEC module parameter file. Nothing in pvlib-python currently is specific to two-axis tracking, mostly because I think the use cases are not common. I am open to a new module in pvlib-python, adding code to pvlib/shading.py, or a combination of these options. |
Beta Was this translation helpful? Give feedback.
-
It seems that simulating shading of two-axis trackers is more difficult than expected, and since I never got a reply from my post in the Google group I decided to develop a package. The package is called twoaxistracking and is documented at twoaxistracking.readthedocs.io.
The repository is currently under my GH user, which is less than ideal for something that hopefully will get used by many others. Therefore, I was wondering if there is interest in moving the package to the pvlib organization? After all, it seems to fit the scope, in that it deals with (1) solar/PV and (2) simulation.
I suppose this mostly depends on the aim of the pvlib organization is. Is it to become similar to organizations such as sunpy which has many projects (I guess of which pvanalytics would be one)? Or is it solely dedicated to pvlib?
I'm willing to be the maintainer long-term and with help from @kanderso-nrel the package will soon have a range of tests and linting. Also, starting from version 0.2.0 the package will be available on PyPi.
Beta Was this translation helpful? Give feedback.
All reactions