Skip to content

Conversation

@Jacc0027
Copy link
Owner

  • Closes Add a model for spectral corrections pvlib/pvlib-python#1278
  • I am familiar with the contributing guidelines
  • Tests added
  • Updates entries to docs/sphinx/source/api.rst for API changes.
  • Adds description and name entries in the appropriate "what's new" file in docs/sphinx/source/whatsnew for all changes. Includes link to the GitHub Issue with :issue:`num` or this Pull Request with :pull:`num`. Includes contributor name and/or GitHub username (link with :ghuser:`user`).
  • New code is fully documented. Includes numpydoc compliant docstrings, examples, and comments where necessary.
  • Pull request is nearly complete and ready for detailed review.
  • Maintainer: Appropriate GitHub Labels and Milestone are assigned to the Pull Request and linked Issue.

pvlib#1278
AM_AOD_PW_spectral_correction.zip

kandersolar and others added 8 commits August 7, 2021 08:55
* create discontinuous tracking example

* create dual-axis example

* create mixed-orientation example

* create seasonal tilt example

* stickler

* whatsnew

* bsrn -> clear-sky sim

* stickler, d'oh
stickler issues

Refactor to separate out VR computation within pvlib.scaling.wvm to a new function pvlib.scaling._compute_vr.

bugfix for high frequency time series in scaling.py, regarding issue 1257

add pull request number

bugfix for high frequency time series in scaling.py, regarding issue 1257

Co-authored-by: Cliff Hansen <[email protected]>
* [bug] use clip instead of abs

* [test] add test using repro steps

* check if single axis tracker has correct aoi when sun is behind modules by comparison to fixed and limiting rotation

* [sty] fix stickler

* [test] oops forgot aoi key

* [test] oops typo tr['aoi'

* [test] set angles behind fixed to nan

* [test] use smaller max angle, set nans from tracker

* [doc] whatsnew singleaxis aoi fix gh1221
* Add cams.get_cams_radiation function

* Revert "Add cams.get_cams_radiation function"

This reverts commit d7deb80.

* Fix inconsistencies

Enforce the usage of the following terminology in the iotools inputs: start/end, latitude/longitude, and metadata. Also, latitude/longitude should come before start/end

* Have station arg precede start/end in get_bsrn

* Update get_bsrn doc string

* Change output order in psm3

* Add variable map to pvgis_tmy with depreciating warning

* Add variable_map to pvgis_tmy

* Coverage for variable_map for read_pvigs_tmy

* Add "versionchanged" to psm3 docs

* Update psm3 docs

* Update versionchanged

* Update versionchange message

* Correct ouput for get_pvgis_tmy with epw format

* Update pvgis_tmy map test

* Update v0.9.0.rst

* Implement comments from review by kanderso-nrel

* Remove 'empty' columns when an empty dataframe is returned by bsrn

* Remove admonition about pvgis renaming in introtutorial.rst

* Fix typo in pvigs_tmy documentation

* Fix references in whatsnew

* Refactor pvigs_tmy

* Fix stickler

* Fix issue references in whatsnew

* Coverage for get_pvgis_tmy map_variables

* Fix errors in whatsnew

* Add double backticks in whatsnew

Co-authored-by: Will Holmgren <[email protected]>

* Add double backticks in whatsnew

Co-authored-by: Will Holmgren <[email protected]>

* Add double backticks in whatsnew

Co-authored-by: Will Holmgren <[email protected]>

* Add double backticks in whatsnew

* Change fail version to 0.10 in test_modelchain

* Coverage for deprecation warnings

* Fix doublebackticks in whatsnew

* Fix stickler

* Replace tab with spaces in introtutorial

Co-authored-by: AdamRJensen <[email protected]>
Co-authored-by: Will Holmgren <[email protected]>
* fix ForecastModel.get_data handling of timezones

* update pr number
* add powered logos

* change README, whatsnew

* add powered by logos, license to docs

* blank line

* link formatting

* move logos to citing. move citing up, license down

* one line for less vert space

* typo

Co-authored-by: Will Holmgren <[email protected]>
* fix various broken internal references

* undo accidental change

* stickler

* "not controversial" but not correct either.  pvlib.tmy -> pvlib.iotools
* make tables a required dep, remove requires_tables test decorator

* whatsnew

* add tables to 3.6-min yml

* use pip for tables on 3.6 and 3.7 for windows DLL load issue

* use pip tables on 3.6-min for numpy compat issue

* only install tables by default if not (OSX & 3.9)

* remove tables from 3.6-min

* forgot the OS X part

* put back requires_tables decorator

* fix silly bug

* reset back to 636da68

* inelegantly disable mac os/py 3.9 job

* add pytables to 3.6-min

* fix posix.yml condition

* try different string interpolation

* I don't understand azure variables so skip mac/3.9 this way instead

* pin to blosc to older version to get tables working on win 3.6 and 3.7

* pin an older numexpr compatible with our min numpy for 3.6-min

* promote tables to a normal import in clearsky.py
@cwhanse
Copy link

cwhanse commented Aug 26, 2021

@Jacc0027 this PR has many commits that have already been merged. Best way ahead is probably to start over with the PR.

First, update your fork's master branch from pvlib-python/master. That should avoid having all the extra commits appear here.

It's good practice to commit your changes to a new branch in your fork, rather than commit the changes directly to your master.

@Jacc0027 Jacc0027 merged commit 65782fd into Jacc0027:master Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a model for spectral corrections

7 participants