Last active
May 24, 2019 19:10
-
-
Save wholmgren/3399dd977f7235500838d31d5452bb25 to your computer and use it in GitHub Desktop.
rendered solarforecastarbiter report
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en" class="h-100"> | |
<head> | |
<link | |
href="https://cdn.pydata.org/bokeh/release/bokeh-1.1.0.min.css" | |
rel="stylesheet" type="text/css"> | |
<link | |
href="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.1.0.min.css" | |
rel="stylesheet" type="text/css"> | |
<link | |
href="https://cdn.pydata.org/bokeh/release/bokeh-tables-1.1.0.min.css" | |
rel="stylesheet" type="text/css"> | |
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.1.0.min.js"></script> | |
<script src="https://cdn.pydata.org/bokeh/release/bokeh-widgets-1.1.0.min.js"></script> | |
<script src="https://cdn.pydata.org/bokeh/release/bokeh-tables-1.1.0.min.js"></script> | |
</head> | |
<body> | |
<h1 id="albuquerque-ghi-forecast-analysis">Albuquerque GHI Forecast Analysis</h1> | |
<div id="metadata-table"> | |
<p>Report Metadata</p> | |
<ul> | |
<li>Name: Albuquerque GHI Forecast Analysis</li> | |
<li>Start: 2019-01-01 00:00:00</li> | |
<li>etc</li> | |
</ul> | |
</div> | |
<div id="download"> | |
<p>Download as <a href="https://dev-dashboard.solarforecastarbiter.org/reports/download/%7B%7B%20html_link%20%7D%7D">html</a> or <a href="https://dev-dashboard.solarforecastarbiter.org/reports/download/%7B%7B%20pdf_link%20%7D%7D">pdf</a></p> | |
</div> | |
<p>This report of solar forecast accuracy was automatically generated using the <a href="https://solarforecastarbiter.org">Solar Forecast Arbiter</a>.</p> | |
<p>This report was generated at 2019-05-24 18:56:53.</p> | |
<h2 id="data">Data</h2> | |
<p>This report covers the period from 2019-01-01 00:00:00 to 2019-03-31 23:59:00.</p> | |
<p>The table below shows the observation, forecast pairs analyzed in this report. The table includes the unprocessed observation and forecast <em>interval label</em> (beginning, ending, instanteous) and <em>interval length</em>. If these quantities do not match, the Solar Forecast Arbiter must align and/or resample the data before computing error statistics. The Solar Forecast Arbiter typically aligns the observation data to the forecast data. The aligned and resampled parameters are also shown below.</p> | |
<table style="width:100%;"> | |
<colgroup> | |
<col style="width: 21%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
<col style="width: 21%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
<col style="width: 7%" /> | |
</colgroup> | |
<thead> | |
<tr class="header"> | |
<th style="text-align: left;">Observations</th> | |
<th></th> | |
<th></th> | |
<th></th> | |
<th></th> | |
<th style="text-align: left;">Forecasts</th> | |
<th></th> | |
<th></th> | |
<th></th> | |
<th></th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr class="odd"> | |
<td style="text-align: left;">Name</td> | |
<td>Interval label</td> | |
<td>Interval length</td> | |
<td>Aligned interval label</td> | |
<td>Resampled interval length</td> | |
<td style="text-align: left;">Name</td> | |
<td>Interval label</td> | |
<td>Interval length</td> | |
<td>Aligned interval label</td> | |
<td>Resampled interval length</td> | |
</tr> | |
<tr class="even"> | |
<td style="text-align: left;"><a href="https://dev-dashboard.solarforecastarbiter.org/observations/Albuquerque%20Baseline%20GHI">Albuquerque Baseline GHI</a></td> | |
<td>instant</td> | |
<td>0 days 00:05:00</td> | |
<td>beginning</td> | |
<td>5min</td> | |
<td style="text-align: left;"><a href="https://dev-dashboard.solarforecastarbiter.org/forecasts/single/Albuquerque%20Baseline%20GHI%20Fx">Albuquerque Baseline GHI Fx</a></td> | |
<td>beginning</td> | |
<td>0 days 00:05:00</td> | |
<td>beginning</td> | |
<td>5min</td> | |
</tr> | |
<tr class="odd"> | |
<td style="text-align: left;"><a href="https://dev-dashboard.solarforecastarbiter.org/observations/Albuquerque%20Baseline%20GHI">Albuquerque Baseline GHI</a></td> | |
<td>instant</td> | |
<td>0 days 00:05:00</td> | |
<td>beginning</td> | |
<td>5min</td> | |
<td style="text-align: left;"><a href="https://dev-dashboard.solarforecastarbiter.org/forecasts/single/Albuquerque%20Baseline%20GHI%20Fx2">Albuquerque Baseline GHI Fx2</a></td> | |
<td>beginning</td> | |
<td>0 days 00:05:00</td> | |
<td>beginning</td> | |
<td>5min</td> | |
</tr> | |
</tbody> | |
</table> | |
<p>The plots below show the realigned and resampled time series of observation and forecast data as well as a scatter plot of forecast vs observation data.</p> | |
<p>Controls to pan, zoom, and save the plot are shown on the right. Clicking on an item in the legend will hide/show it.</p> | |
<p> | |
<script type="text/javascript"> | |
(function() { | |
var fn = function() { | |
Bokeh.safely(function() { | |
(function(root) { | |
function embed_document(root) { | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment