Skip to content

Commit 1ebb8d6

Browse files
jason-curtisclaude
andcommitted
Fix broken links in tmy_to_power tutorial
- Replace broken rredc.nlr.gov TMY3 link with nsrdb.nlr.gov archive - Use canonical https://docs.nlr.gov URL for PVUSA reference PDF - Add trailing newline Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08f2c27 commit 1ebb8d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorials/tmy_to_power.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{
7171
"cell_type": "markdown",
7272
"metadata": {},
73-
"source": "pvlib comes with a couple of TMY files, and we'll use one of them for simplicity. You could also load a file from disk, or specify a url. See this NLR website for a list of TMY files:\n\nhttp://rredc.nlr.gov/solar/old_data/nsrdb/1991-2005/tmy3/by_state_and_city.html"
73+
"source": "pvlib comes with a couple of TMY files, and we'll use one of them for simplicity. You could also load a file from disk, or specify a url. See this NLR website for a list of TMY files:\n\nhttps://nsrdb.nlr.gov/data-sets/archives"
7474
},
7575
{
7676
"cell_type": "code",
@@ -1511,7 +1511,7 @@
15111511
{
15121512
"cell_type": "markdown",
15131513
"metadata": {},
1514-
"source": "Next, we will assume that the SAPM model is representative of the real world performance so that we can use scipy's optimization routine to derive simulated PVUSA coefficients. You will need to install scipy to run these functions.\n\nHere's one PVUSA reference:\n\nhttp://www.nlr.gov/docs/fy09osti/45376.pdf\n"
1514+
"source": "Next, we will assume that the SAPM model is representative of the real world performance so that we can use scipy's optimization routine to derive simulated PVUSA coefficients. You will need to install scipy to run these functions.\n\nHere's one PVUSA reference:\n\nhttps://docs.nlr.gov/docs/fy09osti/45376.pdf\n"
15151515
},
15161516
{
15171517
"cell_type": "code",

0 commit comments

Comments
 (0)