|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | | - <title>dataretrieval.waterdata.api — dataretrieval 0.1.dev1+g31ff4ba54 documentation</title> |
| 8 | + <title>dataretrieval.waterdata.api — dataretrieval 0.1.dev1+gda49749ba documentation</title> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=b86133f3" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=9edc463e" /> |
11 | 11 |
|
12 | 12 |
|
13 | 13 | <script src="../../../_static/jquery.js?v=5d32c60e"></script> |
14 | 14 | <script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
15 | | - <script src="../../../_static/documentation_options.js?v=3f993d0d"></script> |
| 15 | + <script src="../../../_static/documentation_options.js?v=e8236f51"></script> |
16 | 16 | <script src="../../../_static/doctools.js?v=fd6eb6e6"></script> |
17 | 17 | <script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script> |
18 | 18 | <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> |
@@ -2158,8 +2158,8 @@ <h1>Source code for dataretrieval.waterdata.api</h1><div class="highlight"><pre> |
2158 | 2158 |
|
2159 | 2159 | <span class="sd"> >>> # Get table of selected USGS parameter codes</span> |
2160 | 2160 | <span class="sd"> >>> ref, md = dataretrieval.waterdata.get_reference_table(</span> |
2161 | | -<span class="sd"> ... collection="parameter-codes"</span> |
2162 | | -<span class="sd"> ... query={'id': '00001,00002'}</span> |
| 2161 | +<span class="sd"> ... collection="parameter-codes",</span> |
| 2162 | +<span class="sd"> ... query={"id": "00001,00002"},</span> |
2163 | 2163 | <span class="sd"> ... )</span> |
2164 | 2164 | <span class="sd"> """</span> |
2165 | 2165 | <span class="n">valid_code_services</span> <span class="o">=</span> <span class="n">get_args</span><span class="p">(</span><span class="n">METADATA_COLLECTIONS</span><span class="p">)</span> |
|
0 commit comments