Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 4 committers (75.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: pvedu
  • License: gpl-3.0
  • Language: HTML
  • Default Branch: master
  • Size: 8.29 MB
Statistics
  • Stars: 49
  • Watchers: 7
  • Forks: 14
  • Open Issues: 2
  • Releases: 0
Created almost 9 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

photovoltaic

photovoltaic is a library of python functions used in photovoltaics. Its preferrable to install the library but the functions are simple enough to include in your code.

Help Index: http://htmlpreview.github.io/?https://github.com/pvedu/photovoltaic/blob/master/html/photovoltaic.html
Code is at: https://github.com/pvedu/photovoltaic/tree/master/photovoltaic

Examples

The best place to start is with the examples at: https://github.com/pvedu/pvon

There are instructions on how to run the examples completely within the browser and without installing anything.

Typical usage

import photovoltaic as pv
irradiance = pv.sun.blackbody_spectrum(800)
print(irradiance)

This would print the blackbody irradiance at 800 nm with the default temperature of 6000 K in W/m2/nm.

Installation

Installation is via pip from the pypi repositry. From a command propmpt:

pip install photovoltaic

Inside a Jupter notebook use:

!pip install photovoltaic

Some systems use pip3 instead of pip. People recommend using a virtual environment, but I don't find its necessary on MS Windows.

Tha above command should also install the latest scipy and numpy packages. They can also be installed directly with:

pip install numpy

pip install scipy

Requirements

Known to work under plain vanilla Python 3.6 using the standard IDLE editor with Numpy and Scipy installed. The examples also make use of matplotlib. It should also work with the various Python systems such as Anaconda Jupyter etc.

Anaconda includes a wealth of scientific packagkes and is available at: https://www.anaconda.com/download/

Standard Python is at https://www.python.org/downloads/

For the graphs, Matplotlib is needed in addition to the above numpy and scipy packages:

pip install matplotlib

Other

f means from in some of the function names. For example:

nmfeV() converts the energy of a photon from electron volts to a nm.

This follows the conventions of other python functions such as strfdatetime.

The library is designed to be as simple as possible and an "algorithm that runs". While it is easier to install the whole library, it is also straighforward to cut/paste parts of the code.

There are other python libraries that cover sections of the photovoltaic library in much more detail.

GitHub Events

Total
  • Push event: 1
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Push event: 1
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 52
  • Total Committers: 4
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.269
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
trautsned s****n@a****u 38
pvedu 6****u 8
Pedro Reguera Rodriguez p****a@a****u 5
Joe Karas j****s@g****m 1
Committer Domains (Top 20 + Academic)
asu.edu: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MarcvdSluys (1)
Pull Request Authors
  • Jfar97 (1)
  • MarcvdSluys (1)
  • jfkaras (1)
  • PedroRegueraRodriguez (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 5,950 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 9
  • Total maintainers: 1
pypi.org: photovoltaic

Set of commonly used functions in photovoltaics

  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 5,950 Last month
Rankings
Dependent packages count: 7.4%
Stargazers count: 9.9%
Forks count: 10.2%
Average: 12.6%
Downloads: 13.1%
Dependent repos count: 22.2%
Maintainers (1)
Last synced: 10 months ago

Dependencies

setup.py pypi
  • numpy *
  • scipy *