-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix dirint function #4
Comments
Wondering if this is going to make it into 0.1 and if so, who is going to do it. I would consider implementing it for 0.2, but I can't do it in the 0.1 time frame. |
@wholmgren , is this completed with #26 ? |
No, that PR just addressed the issues with the DISC function. |
Right, lets shift this to 0.2 for the dirint function. |
PVLIB MATLAB 1.2 has a lot more GHI to DNI functions:
Not sure if we want to rename this issue to encompass the implementation of all of these algorithms or if we should just put this in #2. |
* prototype (#1) * first iteration * dynamic period * docstring * feedback * linting * Update pvlib/iotools/solcast.py Co-authored-by: Cliff Hansen <cwhanse@sandia.gov> * Update pvlib/iotools/solcast.py Co-authored-by: Cliff Hansen <cwhanse@sandia.gov> * Update pvlib/iotools/solcast.py Co-authored-by: Cliff Hansen <cwhanse@sandia.gov> * midpoint docstring * flak8 formatting * PR 1875 (#2) * kandersolar feedback (#3) * addressing feedback from Kandersolar * Review (#4) added hack for ISO periods in Pandas 0.25 and clearsky parameter maps * comment on pandas version * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Adams's feedback * Update pvlib/iotools/solcast.py Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> * Adams's feedback * Last minor changes * added test for _get_solcast * feat: add additional test coverage (#5) Co-authored-by: Hugh Cutcher <hugh@solcast.com.au> * linting --------- Co-authored-by: Cliff Hansen <cwhanse@sandia.gov> Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> Co-authored-by: hugh-solcast <143680553+hugh-solcast@users.noreply.github.com> Co-authored-by: Hugh Cutcher <hugh@solcast.com.au>
similar to Sandia-Labs/PVLIB_Python#40 , ensure compatibility in the new package
The text was updated successfully, but these errors were encountered: