PVSC48-Python-Tutorial
Computing tutorial with focus on PV computing packages, Python, data wrangling with Pandas, and data viz.
https://pvsc-python-tutorials.github.io/pvsc48-python-tutorial
Category: Sustainable Development
Sub Category: Education
Keywords
energy photovoltaics pvlib python solar tutorials
Keywords from Contributors
photovoltaic bifacial radiance renewable-energy renewables solar-energy
Last synced: 22 minutes ago
JSON representation
Repository metadata
PVSC48 computing tutorial with focus on PV computing packages, Python, data wrangling with Pandas, and data viz
- Host: GitHub
- URL: https://pvsc-python-tutorials.github.io/pvsc48-python-tutorial
- Owner: PV-Tutorials
- License: bsd-3-clause
- Archived: true
- Created: 2021-05-19T16:29:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T22:50:55.000Z (about 2 years ago)
- Last Synced: 2025-04-16T06:49:42.701Z (11 days ago)
- Topics: energy, photovoltaics, pvlib, python, solar, tutorials
- Language: Jupyter Notebook
- Homepage: https://pvsc-python-tutorials.github.io/PVSC48-Python-Tutorial/index.html
- Size: 23.7 MB
- Stars: 21
- Watchers: 5
- Forks: 9
- Open Issues: 1
- Releases: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
README.md
PVSC48-Python-Tutorial
PVSC48 computing tutorial with focus on PV computing packages, Python, data
wrangling with Pandas, and data viz
Tutorial Summary:
- Tutorial 0: Introduction to the tutorial, the lesson plan, and resources (~30 minutes)
- Tutorial 1: Access TMY weather data and visualize monthly irradiance data (~30 minutes)
- Tutorial 2: Calculate solar position, plane-of-array irradiance, and
visualize average daily insolation (30 minutes) - Tutorial 3: Estimate module temperature from ambient (~20 minutes)
- Tutorial 4: Use POA irradiance and module temperature to model output power
from a single module (~20 minutes) - Tutorial 5: Combine modules to form strings, calculate inverter efficiency
and total array output (~independent study) - Tutorials Appendices: More tutorials on a variety of fun topics (~independent study)
Tutorial Setup
These tutorials are designed to run on Jupyter, a
browser based interactive notebook that allows you to run the tutorial in the
cloud without any additional setup. On the day of the tutorial, you can log
into the tutorial here.
THIS IS A 2-STEP PROCESS
- STEP 1: click this --> https://pvsc-python-tutorial.eastus.cloudapp.azure.com/
- STEP 2: click this --> https://pvsc-python-tutorial.eastus.cloudapp.azure.com/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main
The first time you visit the tutorial, you will need to create an account. Use
any username and password you like.
The first time you log into the tutorial, you will only see the scratch and shared-data folders.
After you log in, you need to download the tutorial from this GitHub repository by following this
link:
You only need to download the repository once, but you can always use either link to start the tutorial during the conference.
From now on you will see the PVSC48-Python-Tutorial folder in the list.
Click the folder to open, and you'll see the full list. Click Tutorial 0 - Overview.ipynb
to get started.
Sometimes, if you are idle too long, the tutorial dies. Just click the link to the tutorial again to reconnect.
https://pvsc-python-tutorial.eastus.cloudapp.azure.com/
Jupyter Book docs
The full tutorial is now also hosted as a beautiful Jupyter book. This book has navigation, search, and can even run code cells interactively. Check it out!
https://pvsc-python-tutorials.github.io/PVSC48-Python-Tutorial/index.html
My Binder
After the conference the tutorials will remain available here on GitHub, and you can run
the tutorial anytime in Binder by clicking the
following link:
Locally
You can also run the tutorial locally with
miniconda by following thes
steps:
-
Install miniconda.
-
Clone the repository:
git clone https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial.git
-
Create the environment and install the requirements. The repository includes
arequirements.txt
file that contains a list the packages needed to run
this tutorial. To install them using conda run:conda create -n pvsc48 jupyter -c pvlib --file requirements.txt conda activate pvsc48
-
Start a Jupyter session:
jupyter notebook
-
Use the file explorer in Jupyter lab to browse to
PVSC48-Python-Tutorial
and start the first Tutorial.
Licensing
This work is licensed under a Creative Commons Attribution 4.0 International License.
Owner metadata
- Name: PV-Tutorials
- Login: PV-Tutorials
- Email: [email protected]
- Kind: organization
- Description: Tutorial materials for pvlib, open-source python package for simulating photovoltaic power systems
- Website: pv-tutorials.github.io
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/84424783?v=4
- Repositories: 1
- Last ynced at: 2024-03-18T15:51:46.541Z
- Profile URL: https://github.com/PV-Tutorials
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers metadata
Last synced: about 1 year ago
Total Commits: 67
Total Committers: 4
Avg Commits per committer: 16.75
Development Distribution Score (DDS): 0.358
Commits in past year: 2
Committers in past year: 2
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.5
Name | Commits | |
---|---|---|
Mark Mikofski | b****o@y****m | 43 |
Silvana Ayala | s****a@n****v | 11 |
Kevin Anderson | k****n@n****v | 9 |
Jeff Newmiller | j****r@d****m | 4 |
Committer domains:
Issue and Pull Request metadata
Last synced: about 1 year ago
Total issues: 2
Total pull requests: 10
Average time to close issues: about 2 hours
Average time to close pull requests: 3 days
Total issue authors: 1
Total pull request authors: 3
Average comments per issue: 0.0
Average comments per pull request: 0.5
Merged pull request: 8
Bot issues: 0
Bot pull requests: 0
Past year issues: 1
Past year pull requests: 2
Past year average time to close issues: N/A
Past year average time to close pull requests: 7 days
Past year issue authors: 1
Past year pull request authors: 2
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- mikofski (2)
Top Pull Request Authors
- kandersolar (4)
- mikofski (4)
- shirubana (2)
Top Issue Labels
- enhancement (1)
- good first issue (1)
- help wanted (1)
Top Pull Request Labels
- documentation (1)
- enhancement (1)
Dependencies
- matplotlib ==3.3.4
- numpy ==1.19.2
- pandas ==1.2.3
- pvlib ==0.8.1
Score: 4.477336814478207