MoonRaker / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

pep8 and pvlib standards #10

Closed wholmgren closed 8 years ago

wholmgren commented 8 years ago

There are a couple of pep8 issues. The most important ones to me are:

Here is the link to the pvlib variable name guide:

https://github.com/pvlib/pvlib-python/wiki/Variables-and-style-rules

For consistency with the rest of pvlib, I'd like to use:

  1. latitude and longitude instead of latlon
  2. ghi instead of downward_shortwave_radflux
  3. dni_extra instead of sp0.
MoonRaker commented 8 years ago

All of these issues I have addressed. Unless you see any other issues I am considering this done for now.