Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit ec210ca

Browse files
committedJun 18, 2021
Merge branch 'main' of github.com:PVSC-Python-Tutorials/PVSC48-Python-Tutorial into main
2 parents c81f23f + 3b8a933 commit ec210ca

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed
 

‎README.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,27 @@ PVSC48 computing tutorial with focus on PV computing packages, Python, data
55
wrangling with Pandas, and data viz
66

77
## Tutorial Summary:
8-
* Tutorial 0: Introduction to the tutorial, the lesson plan, and resources
9-
* Tutorial 1: Access TMY weather data and visualize monthly irradiance data
10-
* Tutorial 2: Calculate solar position, plane-of-array irradiance, and
11-
visualize average daily insolation
12-
* Tutorial 3: Estimate module temperature from ambient
13-
* Tutorial 4: Use POA irradiance and module temperature to model output power
14-
from a single module
15-
* Tutorial 5: Combine modules to form strings, calculate inverter efficiency
16-
and total array output
8+
* **Tutorial 0**: Introduction to the tutorial, the lesson plan, and resources (~30 minutes)
9+
* **Tutorial 1**: Access TMY weather data and visualize monthly irradiance data (~30 minutes)
10+
* **Tutorial 2**: Calculate solar position, plane-of-array irradiance, and
11+
visualize average daily insolation (30 minutes)
12+
* **Tutorial 3**: Estimate module temperature from ambient (~20 minutes)
13+
* **Tutorial 4**: Use POA irradiance and module temperature to model output power
14+
from a single module (~20 minutes)
15+
* **Tutorial 5**: Combine modules to form strings, calculate inverter efficiency
16+
and total array output (~independent study)
17+
* **Tutorials Appendices**: More tutorials on a variety of fun topics (~independent study)
1718

1819
## Tutorial Setup
1920
These tutorials are designed to run on [Jupyter](https://jupyter.org), a
2021
browser based interactive notebook that allows you to run the tutorial in the
2122
cloud without any additional setup. On the day of the tutorial, you can log
22-
into the tutorial [here](http://pvsc-python-tutorial.ml/):
23+
into the tutorial [here](http://pvsc-python-tutorial.ml/).
2324

24-
http://pvsc-python-tutorial.ml/
25+
### THIS IS A 2-STEP PROCESS
26+
27+
- **STEP 1**: click [this](http://pvsc-python-tutorial.ml/) --> http://pvsc-python-tutorial.ml/
28+
- **STEP 2**: click [this](https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main) --> https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main
2529

2630
The first time you visit the tutorial, you will need to create an account. Use
2731
any username and password you like.
@@ -35,8 +39,6 @@ The first time you log into the tutorial, you will only see the scratch and shar
3539
After you log in, you need to download the tutorial from this GitHub repository by following this
3640
[link](https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main):
3741

38-
https://pvsc-python-tutorial.ml/hub/user-redirect/git-pull?repo=https://github.com/PVSC-Python-Tutorials/PVSC48-Python-Tutorial&branch=main
39-
4042
You only need to download the repository once, but you can always use either link to start the tutorial during the conference.
4143
From now on you will see the PVSC48-Python-Tutorial folder in the list.
4244

@@ -99,4 +101,4 @@ steps:
99101

100102
### Licensing
101103

102-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
104+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 commit comments

Comments
 (0)
This repository has been archived.