|
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.nldi — dataretrieval 0.1.dev1+gc450c404d documentation</title> |
| 8 | + <title>dataretrieval.nldi — dataretrieval 0.1.dev1+g7f64c2de7 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=bb319b34"></script> |
| 15 | + <script src="../../_static/documentation_options.js?v=57830bd8"></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> |
@@ -383,8 +383,9 @@ <h1>Source code for dataretrieval.nldi</h1><div class="highlight"><pre> |
383 | 383 | <span class="sd"> --------</span> |
384 | 384 | <span class="sd"> .. doctest::</span> |
385 | 385 |
|
386 | | -<span class="sd"> >>> # Get features for a feature wqp and feature_id USGS-01031500</span> |
387 | | -<span class="sd"> >>> gdf = dataretrieval.nldi.get_features_by_data_source(</span> |
| 386 | +<span class="sd"> >>> # "nwissite" returns every NWIS site nationwide, so this example is</span> |
| 387 | +<span class="sd"> >>> # skipped in the doctest build to avoid the (very large) download.</span> |
| 388 | +<span class="sd"> >>> gdf = dataretrieval.nldi.get_features_by_data_source( # doctest: +SKIP</span> |
388 | 389 | <span class="sd"> ... data_source="nwissite"</span> |
389 | 390 | <span class="sd"> ... )</span> |
390 | 391 | <span class="sd"> """</span> |
|
0 commit comments