You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by le...@apache.org on 2016/07/27 17:45:28 UTC

svn commit: r1754320 [6/10] - in /climate/site/trunk/content/api: ./ 1.0.0/ 1.0.0/_sources/ 1.0.0/_static/ 1.0.0/config/ 1.0.0/data_source/ 1.0.0/ocw/ 1.0.0/ui-backend/ 1.1.0/ 1.1.0/_sources/ 1.1.0/_sources/config/ 1.1.0/_sources/data_source/ 1.1.0/_so...

Added: climate/site/trunk/content/api/1.1.0/data_source/data_sources.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/1.1.0/data_source/data_sources.html?rev=1754320&view=auto
==============================================================================
--- climate/site/trunk/content/api/1.1.0/data_source/data_sources.html (added)
+++ climate/site/trunk/content/api/1.1.0/data_source/data_sources.html Wed Jul 27 17:45:26 2016
@@ -0,0 +1,504 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>Data Sources &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    
+    <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '../',
+        VERSION:     '1.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="../index.html" />
+    <link rel="next" title="Evaluation UI Webservices" href="../ui-backend/backend.html" />
+    <link rel="prev" title="Utils Module" href="../ocw/utils.html" />
+   
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+
+  </head>
+  <body role="document">
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="../http-routingtable.html" title="HTTP Routing Table"
+             >routing table</a> |</li>
+        <li class="right" >
+          <a href="../py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="right" >
+          <a href="../ui-backend/backend.html" title="Evaluation UI Webservices"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="../ocw/utils.html" title="Utils Module"
+             accesskey="P">previous</a> |</li>
+        <li class="nav-item nav-item-0"><a href="../index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="data-sources">
+<h1>Data Sources<a class="headerlink" href="#data-sources" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="module-local">
+<span id="local-module"></span><h2>Local Module<a class="headerlink" href="#module-local" title="Permalink to this headline">¶</a></h2>
+<dl class="function">
+<dt id="local.load_GPM_IMERG_files">
+<code class="descclassname">local.</code><code class="descname">load_GPM_IMERG_files</code><span class="sig-paren">(</span><em>file_path=None</em>, <em>filename_pattern=None</em>, <em>filelist=None</em>, <em>variable_name='precipitationCal'</em>, <em>name='GPM_IMERG'</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_GPM_IMERG_files" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load multiple GPM Level 3 IMEGE files containing calibrated         precipitation and generate an OCW Dataset obejct.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Directory to the HDF files to load.</li>
+<li><strong>filename_pattern</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the HDF files to load.</li>
+<li><strong>filelist</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; A list of filenames</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the HDF file.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from         the HDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last"></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_NLDAS_forcingA_files">
+<code class="descclassname">local.</code><code class="descname">load_NLDAS_forcingA_files</code><span class="sig-paren">(</span><em>file_path=None</em>, <em>filename_pattern=None</em>, <em>filelist=None</em>, <em>variable_name='APCPsfc_110_SFC_acc1h'</em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_NLDAS_forcingA_files" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load multiple NLDAS2 forcingAWRF files containing 2D fields such         as precipitation and surface variables into a Dataset. The dataset         can be spatially subset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Directory to the NetCDF file to load.</li>
+<li><strong>filename_pattern</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the NetCDF file to load.</li>
+<li><strong>filelist</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; A list of filenames</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the NetCDF file.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from         the NetCDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last"></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_WRF_2d_files">
+<code class="descclassname">local.</code><code class="descname">load_WRF_2d_files</code><span class="sig-paren">(</span><em>file_path=None</em>, <em>filename_pattern=None</em>, <em>filelist=None</em>, <em>variable_name='T2'</em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_WRF_2d_files" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load multiple WRF (or nuWRF) original output files containing 2D         fields such as precipitation and surface variables into a Dataset.         The dataset can be spatially subset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Directory to the NetCDF file to load.</li>
+<li><strong>filename_pattern</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the NetCDF file to load.</li>
+<li><strong>filelist</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; A list of filenames</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the NetCDF file.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from         the NetCDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last"></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_WRF_2d_files_RAIN">
+<code class="descclassname">local.</code><code class="descname">load_WRF_2d_files_RAIN</code><span class="sig-paren">(</span><em>file_path=None</em>, <em>filename_pattern=None</em>, <em>filelist=None</em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_WRF_2d_files_RAIN" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load multiple WRF (or nuWRF) original output files containing 2D         fields such as precipitation and surface variables into a Dataset.     The dataset can be spatially subset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Directory to the NetCDF file to load.</li>
+<li><strong>filename_pattern</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the NetCDF file to load.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from         the NetCDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last"></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_dataset_from_multiple_netcdf_files">
+<code class="descclassname">local.</code><code class="descname">load_dataset_from_multiple_netcdf_files</code><span class="sig-paren">(</span><em>variable_name</em>, <em>lat_name=None</em>, <em>lon_name=None</em>, <em>time_name=None</em>, <em>name=''</em>, <em>file_list=None</em>, <em>file_path=None</em>, <em>filename_pattern=None</em>, <em>mask_file=None</em>, <em>mask_variable=None</em>, <em>mask_value=0</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_dataset_from_multiple_netcdf_files" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load multiple netCDF files from the same source         (an observation or a model) into a Dataset.     The dataset can be spatially subset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>filelist</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; A text file including a list of filenames</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the NetCDF file.</li>
+<li><strong>lat_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The latitude variable name to extract from the         dataset.</li>
+<li><strong>lon_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The longitude variable name to extract from the         dataset.</li>
+<li><strong>time_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The time variable name to extract from the         dataset.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Directory to the NetCDF file to load.</li>
+<li><strong>filename_pattern</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the NetCDF file to load.</li>
+<li><strong>mask_file</strong> &#8211; A netcdf file with two-dimensional mask indices</li>
+<li><strong>mask_variable</strong> &#8211; The variable name to load from the mask_file.</li>
+<li><strong>mask_value</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#int" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">int</span></code></a>) &#8211; an index for spatial subsetting a dataset</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from         the NetCDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last"></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_file">
+<code class="descclassname">local.</code><code class="descname">load_file</code><span class="sig-paren">(</span><em>file_path</em>, <em>variable_name</em>, <em>variable_unit=None</em>, <em>elevation_index=0</em>, <em>name=''</em>, <em>lat_name=None</em>, <em>lon_name=None</em>, <em>time_name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_file" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load a NetCDF file into a Dataset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Path to the NetCDF file to load.</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the NetCDF file.</li>
+<li><strong>variable_unit</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The variable unit to load from the NetCDF file.</li>
+<li><strong>elevation_index</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#int" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">int</span></code></a>) &#8211; (Optional) The elevation index for which data should
+be returned. Climate data is often times 4 dimensional data. Some
+datasets will have readins at different height/elevation levels. OCW
+expects 3D data so a single layer needs to be stripped out when loading.
+By default, the first elevation layer is used. If desired you may
+specify the elevation value to use.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+<li><strong>lat_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The latitude variable name to extract from the
+dataset.</li>
+<li><strong>lon_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The longitude variable name to extract from the
+dataset.</li>
+<li><strong>time_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The time variable name to extract from the
+dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object with the requested variable&#8217;s data from
+the NetCDF file.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-even field"><td>&nbsp;</td><td class="field-body"><p class="first last">When the specified file path cannot be loaded by ndfCDF4
+or when the lat/lon/time variable name cannot be determined
+automatically.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="local.load_multiple_files">
+<code class="descclassname">local.</code><code class="descname">load_multiple_files</code><span class="sig-paren">(</span><em>file_path</em>, <em>variable_name</em>, <em>dataset_name='model'</em>, <em>variable_unit=None</em>, <em>lat_name=None</em>, <em>lon_name=None</em>, <em>time_name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#local.load_multiple_files" title="Permalink to this definition">¶</a></dt>
+<dd><p>load multiple netcdf files with common filename pattern and return an array of OCW datasets</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>file_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; directory name and common file name patterns where the NetCDF files to load are stored.</li>
+<li><strong>dataset_name</strong> (<em>:mod:&#8217;string&#8217;</em>) &#8211; a name of dataset when reading a single file</li>
+<li><strong>variable_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable name to load from the NetCDF file.</li>
+<li><strong>variable_unit</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The variable unit to load from the NetCDF file.</li>
+<li><strong>elevation_index</strong> &#8211; (Optional) The elevation index for which data should
+be returned. Climate data is often times 4 dimensional data. Some
+datasets will have readins at different height/elevation levels. OCW
+expects 3D data so a single layer needs to be stripped out when loading.
+By default, the first elevation layer is used. If desired you may
+specify the elevation value to use.</li>
+<li><strong>lat_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The latitude variable name to extract from the
+dataset.</li>
+<li><strong>lon_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The longitude variable name to extract from the
+dataset.</li>
+<li><strong>time_name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The time variable name to extract from the
+dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An array of OCW Dataset objects, an array of dataset names</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="http://docs.python.org/2/library/functions.html#list" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">list</span></code></a></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</div>
+<div class="section" id="module-rcmed">
+<span id="rcmed-module"></span><h2>RCMED Module<a class="headerlink" href="#module-rcmed" title="Permalink to this headline">¶</a></h2>
+<dl class="docutils">
+<dt>Classes:</dt>
+<dd>RCMED - A class for retrieving data from Regional Climate Model Evalutaion Database (JPL).
+More information about the RCMED Query Specification can be found below:
+<a class="reference external" href="https://rcmes.jpl.nasa.gov/query-api/query.php">https://rcmes.jpl.nasa.gov/query-api/query.php</a>?</dd>
+</dl>
+<dl class="function">
+<dt id="rcmed.get_parameters_metadata">
+<code class="descclassname">rcmed.</code><code class="descname">get_parameters_metadata</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#rcmed.get_parameters_metadata" title="Permalink to this definition">¶</a></dt>
+<dd><p>Get the metadata of all parameter from RCMED.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Dictionary of information for each parameter stored in one list</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="http://docs.python.org/2/library/functions.html#list" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">list</span></code></a> of <a class="reference external" href="http://docs.python.org/2/library/stdtypes.html#dict" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">dict</span></code></a></td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+<dl class="function">
+<dt id="rcmed.parameter_dataset">
+<code class="descclassname">rcmed.</code><code class="descname">parameter_dataset</code><span class="sig-paren">(</span><em>dataset_id</em>, <em>parameter_id</em>, <em>min_lat</em>, <em>max_lat</em>, <em>min_lon</em>, <em>max_lon</em>, <em>start_time</em>, <em>end_time</em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#rcmed.parameter_dataset" title="Permalink to this definition">¶</a></dt>
+<dd><p>Get data from one database(parameter).</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>dataset_id</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#int" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">int</span></code></a>) &#8211; Dataset id.</li>
+<li><strong>parameter_id</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#int" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">int</span></code></a>) &#8211; Parameter id</li>
+<li><strong>min_lat</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">float</span></code></a>) &#8211; Minimum latitude</li>
+<li><strong>max_lat</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">float</span></code></a>) &#8211; Maximum latitude</li>
+<li><strong>min_lon</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">float</span></code></a>) &#8211; Minimum longitude</li>
+<li><strong>max_lon</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">float</span></code></a>) &#8211; Maximum longitude</li>
+<li><strong>start_time</strong> (<a class="reference external" href="http://docs.python.org/2/library/datetime.html#datetime.datetime" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">datetime.datetime</span></code></a>) &#8211; Start time</li>
+<li><strong>end_time</strong> (<a class="reference external" href="http://docs.python.org/2/library/datetime.html#datetime.datetime" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">datetime.datetime</span></code></a>) &#8211; End time</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">An OCW Dataset object contained the requested data from RCMED.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a></p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</div>
+<div class="section" id="module-dap">
+<span id="dap-module"></span><h2>DAP Module<a class="headerlink" href="#module-dap" title="Permalink to this headline">¶</a></h2>
+<dl class="function">
+<dt id="dap.load">
+<code class="descclassname">dap.</code><code class="descname">load</code><span class="sig-paren">(</span><em>url</em>, <em>variable</em>, <em>name=''</em><span class="sig-paren">)</span><a class="headerlink" href="#dap.load" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load a Dataset from an OpenDAP URL</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>url</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The OpenDAP URL for the dataset of interest.</li>
+<li><strong>variable</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The name of the variable to read from the dataset.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A <a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a> containing the dataset pointed to by
+the OpenDAP URL.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><p class="first last">ServerError</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</div>
+<div class="section" id="module-esgf">
+<span id="esgf-module"></span><h2>ESGF Module<a class="headerlink" href="#module-esgf" title="Permalink to this headline">¶</a></h2>
+<dl class="function">
+<dt id="esgf.load_dataset">
+<code class="descclassname">esgf.</code><code class="descname">load_dataset</code><span class="sig-paren">(</span><em>dataset_id</em>, <em>variable</em>, <em>esgf_username</em>, <em>esgf_password</em>, <em>search_url='http://esgf-node.jpl.nasa.gov/esg-search/search'</em>, <em>elevation_index=0</em>, <em>name=''</em>, <em>save_path='/tmp'</em>, <em>**additional_constraints</em><span class="sig-paren">)</span><a class="headerlink" href="#esgf.load_dataset" title="Permalink to this definition">¶</a></dt>
+<dd><p>Load an ESGF dataset.</p>
+<table class="docutils field-list" frame="void" rules="none">
+<col class="field-name" />
+<col class="field-body" />
+<tbody valign="top">
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
+<li><strong>dataset_id</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The ESGF ID of the dataset to load.</li>
+<li><strong>variable</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; The variable to load.</li>
+<li><strong>esgf_username</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; ESGF OpenID value to use for authentication.</li>
+<li><strong>esgf_password</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; ESGF Password to use for authentication.</li>
+<li><strong>search_url</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) The ESGF node to use for searching. Defaults
+to the Jet Propulsion Laboratory node.</li>
+<li><strong>elevation_index</strong> (<a class="reference external" href="http://docs.python.org/2/library/functions.html#int" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">int</span></code></a>) &#8211; (Optional) The elevation level to strip out when
+loading the dataset using ocw.data_source.local.</li>
+<li><strong>name</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) A name for the loaded dataset.</li>
+<li><strong>save_path</strong> (<a class="reference external" href="http://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; (Optional) Path to where downloaded files should be saved.</li>
+<li><strong>additional_constraints</strong> &#8211; (Optional) Additional key,value pairs to
+pass as constraints to the search wrapper. These can be anything found
+on the ESGF metadata page for a dataset.</li>
+</ul>
+</td>
+</tr>
+<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">A <a class="reference external" href="http://docs.python.org/2/library/functions.html#list" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">list</span></code></a> of <a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a> contained the
+requested dataset. If the dataset is stored in multiple files each will
+be loaded into a separate <a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a>.</p>
+</td>
+</tr>
+<tr class="field-odd field"><th class="field-name" colspan="2">Raises ValueError:</th></tr>
+<tr class="field-odd field"><td>&nbsp;</td><td class="field-body"><p class="first last">If no dataset can be found for the supplied ID and
+variable, or if the requested dataset is a multi-file dataset.</p>
+</td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+            <p class="logo"><a href="../index.html">
+              <img class="logo" src="../_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
+            </a></p>
+  <h3><a href="../index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">Data Sources</a><ul>
+<li><a class="reference internal" href="#module-local">Local Module</a></li>
+<li><a class="reference internal" href="#module-rcmed">RCMED Module</a></li>
+<li><a class="reference internal" href="#module-dap">DAP Module</a></li>
+<li><a class="reference internal" href="#module-esgf">ESGF Module</a></li>
+</ul>
+</li>
+</ul>
+
+  <h4>Previous topic</h4>
+  <p class="topless"><a href="../ocw/utils.html"
+                        title="previous chapter">Utils Module</a></p>
+  <h4>Next topic</h4>
+  <p class="topless"><a href="../ui-backend/backend.html"
+                        title="next chapter">Evaluation UI Webservices</a></p>
+  <div role="note" aria-label="source link">
+    <h3>This Page</h3>
+    <ul class="this-page-menu">
+      <li><a href="../_sources/data_source/data_sources.txt"
+            rel="nofollow">Show Source</a></li>
+    </ul>
+   </div>
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="../search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2016, Apache Software Foundation.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      
+      |
+      <a href="../_sources/data_source/data_sources.txt"
+          rel="nofollow">Page source</a></li>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file

Added: climate/site/trunk/content/api/1.1.0/genindex.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/1.1.0/genindex.html?rev=1754320&view=auto
==============================================================================
--- climate/site/trunk/content/api/1.1.0/genindex.html (added)
+++ climate/site/trunk/content/api/1.1.0/genindex.html Wed Jul 27 17:45:26 2016
@@ -0,0 +1,697 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>Index &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '1.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="index.html" />
+   
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+
+  </head>
+  <body role="document">
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="#" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="http-routingtable.html" title="HTTP Routing Table"
+             >routing table</a> |</li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+
+<h1 id="index">Index</h1>
+
+<div class="genindex-jumpbox">
+ <a href="#A"><strong>A</strong></a>
+ | <a href="#B"><strong>B</strong></a>
+ | <a href="#C"><strong>C</strong></a>
+ | <a href="#D"><strong>D</strong></a>
+ | <a href="#E"><strong>E</strong></a>
+ | <a href="#G"><strong>G</strong></a>
+ | <a href="#L"><strong>L</strong></a>
+ | <a href="#M"><strong>M</strong></a>
+ | <a href="#N"><strong>N</strong></a>
+ | <a href="#O"><strong>O</strong></a>
+ | <a href="#P"><strong>P</strong></a>
+ | <a href="#R"><strong>R</strong></a>
+ | <a href="#S"><strong>S</strong></a>
+ | <a href="#T"><strong>T</strong></a>
+ | <a href="#U"><strong>U</strong></a>
+ | <a href="#V"><strong>V</strong></a>
+ | <a href="#W"><strong>W</strong></a>
+ 
+</div>
+<h2 id="A">A</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/plotter.html#plotter.TaylorDiagram.add_contours">add_contours() (plotter.TaylorDiagram method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.add_dataset">add_dataset() (evaluation.Evaluation method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.add_datasets">add_datasets() (evaluation.Evaluation method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.add_metric">add_metric() (evaluation.Evaluation method)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.add_metrics">add_metrics() (evaluation.Evaluation method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.TaylorDiagram.add_rms_contours">add_rms_contours() (plotter.TaylorDiagram method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.TaylorDiagram.add_sample">add_sample() (plotter.TaylorDiagram method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.TaylorDiagram.add_stddev_contours">add_stddev_contours() (plotter.TaylorDiagram method)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="B">B</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/metrics.html#metrics.Bias">Bias (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.BinaryMetric">BinaryMetric (class in metrics)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset.html#dataset.Bounds">Bounds (class in dataset)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="C">C</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/utils.html#utils.calc_area_weighted_spatial_average">calc_area_weighted_spatial_average() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.calc_bias">calc_bias() (in module metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.calc_climatology_monthly">calc_climatology_monthly() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.calc_climatology_year">calc_climatology_year() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.calc_correlation">calc_correlation() (in module metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.calc_rmse">calc_rmse() (in module metrics)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/metrics.html#metrics.calc_stddev">calc_stddev() (in module metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.calc_stddev_ratio">calc_stddev_ratio() (in module metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.calc_subregion_area_mean_and_std">calc_subregion_area_mean_and_std() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.calc_temporal_mean">calc_temporal_mean() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.calc_time_series">calc_time_series() (in module utils)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="D">D</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="data_source/data_sources.html#module-dap">dap (module)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset.html#dataset.Dataset">Dataset (class in dataset)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#module-dataset_processor">dataset_processor (module)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.decode_time_values">decode_time_values() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_barchart">draw_barchart() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_contour_map">draw_contour_map() (in module plotter)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_histogram">draw_histogram() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_marker_on_map">draw_marker_on_map() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_portrait_diagram">draw_portrait_diagram() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_subregions">draw_subregions() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_taylor_diagram">draw_taylor_diagram() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.draw_time_series">draw_time_series() (in module plotter)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="E">E</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.ensemble">ensemble() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#module-esgf">esgf (module)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation">Evaluation (class in evaluation)</a>
+  </dt>
+
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.export_evaluation_to_config">export_evaluation_to_config() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="G">G</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.generate_dataset_config">generate_dataset_config() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.generate_dataset_information">generate_dataset_information() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.generate_evaluation_information">generate_evaluation_information() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.generate_metric_information">generate_metric_information() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="config/config_writer.html#ocw_config_runner.configuration_writer.generate_subregion_information">generate_subregion_information() (in module ocw_config_runner.configuration_writer)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#rcmed.get_parameters_metadata">get_parameters_metadata() (in module rcmed)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.get_temporal_overlap">get_temporal_overlap() (in module utils)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="L">L</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="data_source/data_sources.html#dap.load">load() (in module dap)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#esgf.load_dataset">load_dataset() (in module esgf)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_dataset_from_multiple_netcdf_files">load_dataset_from_multiple_netcdf_files() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_file">load_file() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_GPM_IMERG_files">load_GPM_IMERG_files() (in module local)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="data_source/data_sources.html#local.load_multiple_files">load_multiple_files() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_NLDAS_forcingA_files">load_NLDAS_forcingA_files() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_WRF_2d_files">load_WRF_2d_files() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#local.load_WRF_2d_files_RAIN">load_WRF_2d_files_RAIN() (in module local)</a>
+  </dt>
+
+      
+  <dt><a href="data_source/data_sources.html#module-local">local (module)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="M">M</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.mask_missing_data">mask_missing_data() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.Metric">Metric (class in metrics)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.metrics">metrics (evaluation.Evaluation attribute)</a>
+  </dt>
+
+      <dd><dl>
+        
+  <dt><a href="ocw/metrics.html#module-metrics">(module)</a>
+  </dt>
+
+      </dl></dd>
+  </dl></td>
+</tr></table>
+
+<h2 id="N">N</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.normalize_dataset_datetimes">normalize_dataset_datetimes() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/utils.html#utils.normalize_lat_lon_values">normalize_lat_lon_values() (in module utils)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="O">O</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="config/config_writer.html#module-ocw_config_runner.configuration_writer">ocw_config_runner.configuration_writer (module)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="P">P</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="data_source/data_sources.html#rcmed.parameter_dataset">parameter_dataset() (in module rcmed)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.parse_base_time_string">parse_base_time_string() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.parse_time_base">parse_time_base() (in module utils)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/utils.html#utils.parse_time_units">parse_time_units() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.PatternCorrelation">PatternCorrelation (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#module-plotter">plotter (module)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="R">R</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="data_source/data_sources.html#module-rcmed">rcmed (module)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#utils.reshape_monthly_to_annually">reshape_monthly_to_annually() (in module utils)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.results">results (evaluation.Evaluation attribute)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/metrics.html#metrics.RMSError">RMSError (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.run">run() (evaluation.Evaluation method)</a>
+  </dt>
+
+      <dd><dl>
+        
+  <dt><a href="ocw/metrics.html#metrics.Bias.run">(metrics.Bias method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.BinaryMetric.run">(metrics.BinaryMetric method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.PatternCorrelation.run">(metrics.PatternCorrelation method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.RMSError.run">(metrics.RMSError method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.SpatialPatternTaylorDiagram.run">(metrics.SpatialPatternTaylorDiagram method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.StdDevRatio.run">(metrics.StdDevRatio method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.TemporalCorrelation.run">(metrics.TemporalCorrelation method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.TemporalMeanBias.run">(metrics.TemporalMeanBias method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.TemporalStdDev.run">(metrics.TemporalStdDev method)</a>
+  </dt>
+
+        
+  <dt><a href="ocw/metrics.html#metrics.UnaryMetric.run">(metrics.UnaryMetric method)</a>
+  </dt>
+
+      </dl></dd>
+  </dl></td>
+</tr></table>
+
+<h2 id="S">S</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.safe_subset">safe_subset() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.set_cmap">set_cmap() (in module plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset.html#dataset.Dataset.spatial_boundaries">spatial_boundaries() (dataset.Dataset method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.spatial_regrid">spatial_regrid() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset.html#dataset.Dataset.spatial_resolution">spatial_resolution() (dataset.Dataset method)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.SpatialPatternTaylorDiagram">SpatialPatternTaylorDiagram (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.StdDevRatio">StdDevRatio (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.subset">subset() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="T">T</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.target_datasets">target_datasets (evaluation.Evaluation attribute)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/plotter.html#plotter.TaylorDiagram">TaylorDiagram (class in plotter)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.temperature_unit_conversion">temperature_unit_conversion() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.temporal_rebin">temporal_rebin() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.temporal_rebin_with_time_index">temporal_rebin_with_time_index() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset.html#dataset.Dataset.temporal_resolution">temporal_resolution() (dataset.Dataset method)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.temporal_slice">temporal_slice() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.temporal_subset">temporal_subset() (in module dataset_processor)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.TemporalCorrelation">TemporalCorrelation (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.TemporalMeanBias">TemporalMeanBias (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/metrics.html#metrics.TemporalStdDev">TemporalStdDev (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/dataset.html#dataset.Dataset.time_range">time_range() (dataset.Dataset method)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="U">U</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.unary_metrics">unary_metrics (evaluation.Evaluation attribute)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/evaluation.html#evaluation.Evaluation.unary_results">unary_results (evaluation.Evaluation attribute)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/metrics.html#metrics.UnaryMetric">UnaryMetric (class in metrics)</a>
+  </dt>
+
+      
+  <dt><a href="ocw/utils.html#module-utils">utils (module)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="V">V</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.variable_unit_conversion">variable_unit_conversion() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+<h2 id="W">W</h2>
+<table style="width: 100%" class="indextable genindextable"><tr>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.water_flux_unit_conversion">water_flux_unit_conversion() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+  <td style="width: 33%" valign="top"><dl>
+      
+  <dt><a href="ocw/dataset_processor.html#dataset_processor.write_netcdf">write_netcdf() (in module dataset_processor)</a>
+  </dt>
+
+  </dl></td>
+</tr></table>
+
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+            <p class="logo"><a href="index.html">
+              <img class="logo" src="_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
+            </a></p>
+
+   
+
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2016, Apache Software Foundation.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file

Added: climate/site/trunk/content/api/1.1.0/http-routingtable.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/1.1.0/http-routingtable.html?rev=1754320&view=auto
==============================================================================
--- climate/site/trunk/content/api/1.1.0/http-routingtable.html (added)
+++ climate/site/trunk/content/api/1.1.0/http-routingtable.html Wed Jul 27 17:45:26 2016
@@ -0,0 +1,224 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>HTTP Routing Table &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '1.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="index.html" />
+
+   
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+
+
+    <script type="text/javascript">
+      DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true;
+    </script>
+
+
+  </head>
+  <body role="document">
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="#" title="HTTP Routing Table"
+             >routing table</a> |</li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+
+   <h1>HTTP Routing Table</h1>
+
+   <div class="modindex-jumpbox">
+   <a href="#cap-/datasets"><strong>/datasets</strong></a> | 
+   <a href="#cap-/list"><strong>/list</strong></a> | 
+   <a href="#cap-/list_latlon"><strong>/list_latlon</strong></a> | 
+   <a href="#cap-/list_time"><strong>/list_time</strong></a> | 
+   <a href="#cap-/list_vars"><strong>/list_vars</strong></a> | 
+   <a href="#cap-/metrics"><strong>/metrics</strong></a> | 
+   <a href="#cap-/parameters"><strong>/parameters</strong></a> | 
+   <a href="#cap-/path_leader"><strong>/path_leader</strong></a> | 
+   <a href="#cap-/results"><strong>/results</strong></a> | 
+   <a href="#cap-/run_evaluation"><strong>/run_evaluation</strong></a>
+   </div>
+
+   <table class="indextable modindextable" cellspacing="0" cellpadding="2">
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/datasets"><td></td><td>
+       <strong>/datasets</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--datasets-"><code class="xref">GET /datasets/</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/list"><td></td><td>
+       <strong>/list</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--list-"><code class="xref">GET /list/</code></a></td><td>
+       <em></em></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--list-(dir_path-path)"><code class="xref">GET /list/(dir_path:path)</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/list_latlon"><td></td><td>
+       <strong>/list_latlon</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--list_latlon-(file_path-path)"><code class="xref">GET /list_latlon/(file_path:path)</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/list_time"><td></td><td>
+       <strong>/list_time</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--list_time-(file_path-path)"><code class="xref">GET /list_time/(file_path:path)</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/list_vars"><td></td><td>
+       <strong>/list_vars</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--list_vars-(file_path-path)"><code class="xref">GET /list_vars/(file_path:path)</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/metrics"><td></td><td>
+       <strong>/metrics</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--metrics-"><code class="xref">GET /metrics/</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/parameters"><td></td><td>
+       <strong>/parameters</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--parameters-"><code class="xref">GET /parameters/</code></a></td><td>
+       <em></em></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--parameters-bounds"><code class="xref">GET /parameters/bounds</code></a></td><td>
+       <em></em></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--parameters-bounds-"><code class="xref">GET /parameters/bounds/</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/path_leader"><td></td><td>
+       <strong>/path_leader</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--path_leader-"><code class="xref">GET /path_leader/</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/results"><td></td><td>
+       <strong>/results</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--results-"><code class="xref">GET /results/</code></a></td><td>
+       <em></em></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#get--results-(dir_path-path)"><code class="xref">GET /results/(dir_path:path)</code></a></td><td>
+       <em></em></td></tr>
+     <tr class="pcap"><td></td><td>&nbsp;</td><td></td></tr>
+     <tr class="cap" id="cap-/run_evaluation"><td></td><td>
+       <strong>/run_evaluation</strong></td><td></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#post--run_evaluation-"><code class="xref">POST /run_evaluation/</code></a></td><td>
+       <em></em></td></tr>
+     <tr>
+       <td></td>
+       <td>
+       <a href="ui-backend/backend.html#options--run_evaluation-"><code class="xref">OPTIONS /run_evaluation/</code></a></td><td>
+       <em></em></td></tr>
+   </table>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+            <p class="logo"><a href="index.html">
+              <img class="logo" src="_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
+            </a></p>
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2016, Apache Software Foundation.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file

Added: climate/site/trunk/content/api/1.1.0/index.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/1.1.0/index.html?rev=1754320&view=auto
==============================================================================
--- climate/site/trunk/content/api/1.1.0/index.html (added)
+++ climate/site/trunk/content/api/1.1.0/index.html Wed Jul 27 17:45:26 2016
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>Welcome to Apache Open Climate Workbench’s documentation! &mdash; Apache Open Climate Workbench 1.1.0 documentation</title>
+    
+    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '1.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="top" title="Apache Open Climate Workbench 1.1.0 documentation" href="#" />
+    <link rel="next" title="Overview" href="ocw/overview.html" />
+   
+  
+  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
+
+  </head>
+  <body role="document">
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="http-routingtable.html" title="HTTP Routing Table"
+             >routing table</a> |</li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="right" >
+          <a href="ocw/overview.html" title="Overview"
+             accesskey="N">next</a> |</li>
+        <li class="nav-item nav-item-0"><a href="#">Apache Open Climate Workbench 1.1.0 documentation</a> &raquo;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="welcome-to-apache-open-climate-workbench-s-documentation">
+<h1>Welcome to Apache Open Climate Workbench&#8217;s documentation!<a class="headerlink" href="#welcome-to-apache-open-climate-workbench-s-documentation" title="Permalink to this headline">¶</a></h1>
+<p>Contents:</p>
+<div class="toctree-wrapper compound">
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="ocw/overview.html">Overview</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#common-data-abstraction">Common Data Abstraction</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#data-sources">Data Sources</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#dataset-manipulations">Dataset Manipulations</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#metrics">Metrics</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#handling-an-evaluation">Handling an Evaluation</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/overview.html#plotting">Plotting</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/dataset.html">Dataset Module</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="ocw/dataset.html#bounds">Bounds</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ocw/dataset.html#dataset">Dataset</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/dataset_processor.html">Dataset Processor Module</a></li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/evaluation.html">Evaluation Module</a></li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/metrics.html">Metrics Module</a></li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/plotter.html">Plotter Module</a></li>
+<li class="toctree-l1"><a class="reference internal" href="ocw/utils.html">Utils Module</a></li>
+<li class="toctree-l1"><a class="reference internal" href="data_source/data_sources.html">Data Sources</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="data_source/data_sources.html#module-local">Local Module</a></li>
+<li class="toctree-l2"><a class="reference internal" href="data_source/data_sources.html#module-rcmed">RCMED Module</a></li>
+<li class="toctree-l2"><a class="reference internal" href="data_source/data_sources.html#module-dap">DAP Module</a></li>
+<li class="toctree-l2"><a class="reference internal" href="data_source/data_sources.html#module-esgf">ESGF Module</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="ui-backend/backend.html">Evaluation UI Webservices</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="ui-backend/backend.html#configuration-and-dependencies">Configuration and Dependencies</a></li>
+<li class="toctree-l2"><a class="reference internal" href="ui-backend/backend.html#web-service-explanation">Web Service Explanation</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="ui-backend/backend.html#local-file-metadata-extractors">Local File Metadata Extractors</a></li>
+<li class="toctree-l3"><a class="reference internal" href="ui-backend/backend.html#directory-helpers">Directory Helpers</a></li>
+<li class="toctree-l3"><a class="reference internal" href="ui-backend/backend.html#rcmed-helpers">RCMED Helpers</a></li>
+<li class="toctree-l3"><a class="reference internal" href="ui-backend/backend.html#processing-endpoints">Processing Endpoints</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="config/config_overview.html">Configuration File Overview</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#getting-started">Getting Started</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#evaluation-settings">Evaluation Settings</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#dataset-information">Dataset Information</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#metrics-information">Metrics Information</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#plots-settings">Plots Settings</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#example-run">Example Run</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/config_overview.html#writing-a-config-file">Writing a Config File</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="config/config_writer.html">Configuration File Writer API</a></li>
+<li class="toctree-l1"><a class="reference internal" href="config/dataset_information.html">Dataset Information</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="config/dataset_information.html#local-dataset">Local Dataset</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/dataset_information.html#rcmed-dataset">RCMED Dataset</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/dataset_information.html#esgf-dataset">ESGF Dataset</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/dataset_information.html#opendap-dataset">OpenDAP Dataset</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="config/evaluation_settings.html">Evaluation Settings</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="config/evaluation_settings.html#temporal-rebin">Temporal Rebin</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/evaluation_settings.html#spatial-regrid">Spatial Regrid</a></li>
+<li class="toctree-l2"><a class="reference internal" href="config/evaluation_settings.html#subset-bounds">Subset Bounds</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="config/metrics_information.html">Metrics Information</a></li>
+<li class="toctree-l1"><a class="reference internal" href="config/plots_settings.html">Plots Settings</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="config/plots_settings.html#contour-maps">Contour Maps</a></li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<div class="section" id="indices-and-tables">
+<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
+<ul class="simple">
+<li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
+<li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
+<li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
+</ul>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+            <p class="logo"><a href="#">
+              <img class="logo" src="_static/ocw-logo-variant-sm-01-01-new.png" alt="Logo"/>
+            </a></p>
+  <h3><a href="#">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">Welcome to Apache Open Climate Workbench&#8217;s documentation!</a></li>
+<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
+</ul>
+
+  <h4>Next topic</h4>
+  <p class="topless"><a href="ocw/overview.html"
+                        title="next chapter">Overview</a></p>
+  <div role="note" aria-label="source link">
+    <h3>This Page</h3>
+    <ul class="this-page-menu">
+      <li><a href="_sources/index.txt"
+            rel="nofollow">Show Source</a></li>
+    </ul>
+   </div>
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="footer">
+      &copy;2016, Apache Software Foundation.
+      
+      |
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.4</a>
+      
+      |
+      <a href="_sources/index.txt"
+          rel="nofollow">Page source</a></li>
+    </div>
+
+    
+
+    
+  </body>
+</html>
\ No newline at end of file

Added: climate/site/trunk/content/api/1.1.0/objects.inv
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/1.1.0/objects.inv?rev=1754320&view=auto
==============================================================================
Binary file - no diff available.

Propchange: climate/site/trunk/content/api/1.1.0/objects.inv
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream