Skip to content

Commit

Permalink
update file url in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Sep 25, 2024
1 parent 57e5131 commit ab2be45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions docs/TrendAnalysis_example_pvdaq4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@
"outputs": [],
"source": [
"# Import the example data\n",
"file_url = ('https://datahub.duramat.org/dataset/a49bb656-7b36-'\n",
" '437a-8089-1870a40c2a7d/resource/5059bc22-640d-4dd4'\n",
" '-b7b1-1e71da15be24/download/pvdaq_system_4_2010-2016'\n",
" '_subset_soilsignal.csv')\n",
"file_url = ('https://datahub.duramat.org/dataset/'\n",
" 'a49bb656-7b36-437a-8089-1870a40c2a7d/'\n",
" 'resource/d2c3fcf4-4f5f-47ad-8743-fc29'\n",
" 'f1356835/download/pvdaq_system_4_2010'\n",
" '-2016_subset_soil_signal.csv')\n",
"cache_file = 'PVDAQ_system_4_2010-2016_subset_soilsignal.pickle'\n",
"\n",
"try:\n",
Expand Down Expand Up @@ -62452,7 +62453,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
11 changes: 6 additions & 5 deletions docs/degradation_and_soiling_example_pvdaq_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@
],
"source": [
"# Import the example data\n",
"file_url = ('https://datahub.duramat.org/dataset/a49bb656-7b36-'\n",
" '437a-8089-1870a40c2a7d/resource/5059bc22-640d-4dd4'\n",
" '-b7b1-1e71da15be24/download/pvdaq_system_4_2010-2016'\n",
" '_subset_soilsignal.csv')\n",
"file_url = ('https://datahub.duramat.org/dataset/'\n",
" 'a49bb656-7b36-437a-8089-1870a40c2a7d/'\n",
" 'resource/d2c3fcf4-4f5f-47ad-8743-fc29'\n",
" 'f1356835/download/pvdaq_system_4_2010'\n",
" '-2016_subset_soil_signal.csv')\n",
"cache_file = 'PVDAQ_system_4_2010-2016_subset_soilsignal.pickle'\n",
"\n",
"try:\n",
Expand Down Expand Up @@ -93975,7 +93976,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ab2be45

Please sign in to comment.