Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2293a51 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
thodson-usgs committed Aug 9, 2024
1 parent c8f592d commit c573fd6
Show file tree
Hide file tree
Showing 54 changed files with 733 additions and 594 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c24a4c33953d017e74632673975b30e4
config: 6bc83b36914139df29a87d2cbeb0381d
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions _modules/dataretrieval/nadp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dataretrieval.nadp &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>dataretrieval.nadp &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=330f10f6"></script>
<script src="../../_static/documentation_options.js?v=02f304e9"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
9 changes: 6 additions & 3 deletions _modules/dataretrieval/nwis.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dataretrieval.nwis &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>dataretrieval.nwis &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=330f10f6"></script>
<script src="../../_static/documentation_options.js?v=02f304e9"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -401,8 +401,11 @@ <h1>Source code for dataretrieval.nwis</h1><div class="highlight"><pre>
<span class="n">kwargs</span><span class="p">[</span><span class="s1">&#39;begin_date&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s1">&#39;begin_date&#39;</span><span class="p">,</span> <span class="n">start</span><span class="p">)</span>
<span class="n">kwargs</span><span class="p">[</span><span class="s1">&#39;end_date&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s1">&#39;end_date&#39;</span><span class="p">,</span> <span class="n">end</span><span class="p">)</span>

<span class="k">if</span> <span class="s1">&#39;format&#39;</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">kwargs</span><span class="p">:</span>
<span class="n">kwargs</span><span class="p">[</span><span class="s1">&#39;format&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;rdb&#39;</span>

<span class="n">response</span> <span class="o">=</span> <span class="n">query_waterdata</span><span class="p">(</span>
<span class="s1">&#39;measurements&#39;</span><span class="p">,</span> <span class="nb">format</span><span class="o">=</span><span class="s1">&#39;rdb&#39;</span><span class="p">,</span> <span class="n">ssl_check</span><span class="o">=</span><span class="n">ssl_check</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span>
<span class="s1">&#39;measurements&#39;</span><span class="p">,</span> <span class="n">ssl_check</span><span class="o">=</span><span class="n">ssl_check</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span>
<span class="p">)</span>
<span class="k">return</span> <span class="n">_read_rdb</span><span class="p">(</span><span class="n">response</span><span class="o">.</span><span class="n">text</span><span class="p">),</span> <span class="n">NWIS_Metadata</span><span class="p">(</span><span class="n">response</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div>

Expand Down
4 changes: 2 additions & 2 deletions _modules/dataretrieval/streamstats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dataretrieval.streamstats &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>dataretrieval.streamstats &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=330f10f6"></script>
<script src="../../_static/documentation_options.js?v=02f304e9"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _modules/dataretrieval/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dataretrieval.utils &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>dataretrieval.utils &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=330f10f6"></script>
<script src="../../_static/documentation_options.js?v=02f304e9"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _modules/dataretrieval/wqp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dataretrieval.wqp &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>dataretrieval.wqp &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=330f10f6"></script>
<script src="../../_static/documentation_options.js?v=02f304e9"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>Overview: module code &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=330f10f6"></script>
<script src="../_static/documentation_options.js?v=02f304e9"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+gc9fbab8',
VERSION: '0.1.dev1+g2293a51',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 3 additions & 3 deletions examples/USGS_dataretrieval_DailyValues_Examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>USGS dataretrieval Python Package get_dv() Examples &mdash; dataretrieval 0.1.dev1+gc9fbab8 documentation</title>
<title>USGS dataretrieval Python Package get_dv() Examples &mdash; dataretrieval 0.1.dev1+g2293a51 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/nbsphinx-code-cells.css" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=330f10f6"></script>
<script src="../_static/documentation_options.js?v=02f304e9"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -129,7 +129,7 @@ <h2>Install the Package<a class="headerlink" href="#Install-the-Package" title="
<div class="output_area docutils container">
<div class="highlight"><pre>
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)
Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)
Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)
Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)
Requirement already satisfied: numpy&gt;=1.22.4 in /home/runner/.local/lib/python3.10/site-packages (from pandas==2.*-&gt;dataretrieval) (2.0.1)
Expand Down
90 changes: 45 additions & 45 deletions examples/USGS_dataretrieval_DailyValues_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:00.385155Z",
"iopub.status.busy": "2024-08-08T02:57:00.384985Z",
"iopub.status.idle": "2024-08-08T02:57:01.127509Z",
"shell.execute_reply": "2024-08-08T02:57:01.126737Z"
"iopub.execute_input": "2024-08-09T20:29:54.869104Z",
"iopub.status.busy": "2024-08-09T20:29:54.868925Z",
"iopub.status.idle": "2024-08-09T20:29:55.619705Z",
"shell.execute_reply": "2024-08-09T20:29:55.618969Z"
},
"pycharm": {
"is_executing": true,
Expand All @@ -45,7 +45,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+gc9fbab8)\r\n",
"Requirement already satisfied: dataretrieval in /home/runner/.local/lib/python3.10/site-packages (0.1.dev1+g2293a51)\r\n",
"Requirement already satisfied: requests in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.32.3)\r\n",
"Requirement already satisfied: pandas==2.* in /home/runner/.local/lib/python3.10/site-packages (from dataretrieval) (2.2.2)\r\n"
]
Expand Down Expand Up @@ -82,10 +82,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.130337Z",
"iopub.status.busy": "2024-08-08T02:57:01.130130Z",
"iopub.status.idle": "2024-08-08T02:57:01.418041Z",
"shell.execute_reply": "2024-08-08T02:57:01.417533Z"
"iopub.execute_input": "2024-08-09T20:29:55.622400Z",
"iopub.status.busy": "2024-08-09T20:29:55.622192Z",
"iopub.status.idle": "2024-08-09T20:29:55.915842Z",
"shell.execute_reply": "2024-08-09T20:29:55.915279Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -131,10 +131,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.421021Z",
"iopub.status.busy": "2024-08-08T02:57:01.420466Z",
"iopub.status.idle": "2024-08-08T02:57:01.635236Z",
"shell.execute_reply": "2024-08-08T02:57:01.634728Z"
"iopub.execute_input": "2024-08-09T20:29:55.918617Z",
"iopub.status.busy": "2024-08-09T20:29:55.918190Z",
"iopub.status.idle": "2024-08-09T20:29:56.258602Z",
"shell.execute_reply": "2024-08-09T20:29:56.257993Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -177,10 +177,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.637390Z",
"iopub.status.busy": "2024-08-08T02:57:01.637200Z",
"iopub.status.idle": "2024-08-08T02:57:01.646951Z",
"shell.execute_reply": "2024-08-08T02:57:01.646380Z"
"iopub.execute_input": "2024-08-09T20:29:56.261166Z",
"iopub.status.busy": "2024-08-09T20:29:56.260708Z",
"iopub.status.idle": "2024-08-09T20:29:56.270770Z",
"shell.execute_reply": "2024-08-09T20:29:56.270260Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -336,10 +336,10 @@
"metadata": {
"collapsed": false,
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.649095Z",
"iopub.status.busy": "2024-08-08T02:57:01.648753Z",
"iopub.status.idle": "2024-08-08T02:57:01.652342Z",
"shell.execute_reply": "2024-08-08T02:57:01.651768Z"
"iopub.execute_input": "2024-08-09T20:29:56.272879Z",
"iopub.status.busy": "2024-08-09T20:29:56.272693Z",
"iopub.status.idle": "2024-08-09T20:29:56.276306Z",
"shell.execute_reply": "2024-08-09T20:29:56.275757Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -378,10 +378,10 @@
"metadata": {
"collapsed": false,
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.654692Z",
"iopub.status.busy": "2024-08-08T02:57:01.654271Z",
"iopub.status.idle": "2024-08-08T02:57:01.661391Z",
"shell.execute_reply": "2024-08-08T02:57:01.660837Z"
"iopub.execute_input": "2024-08-09T20:29:56.278270Z",
"iopub.status.busy": "2024-08-09T20:29:56.278088Z",
"iopub.status.idle": "2024-08-09T20:29:56.285126Z",
"shell.execute_reply": "2024-08-09T20:29:56.284676Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -487,10 +487,10 @@
"metadata": {
"collapsed": false,
"execution": {
"iopub.execute_input": "2024-08-08T02:57:01.663618Z",
"iopub.status.busy": "2024-08-08T02:57:01.663264Z",
"iopub.status.idle": "2024-08-08T02:57:02.210601Z",
"shell.execute_reply": "2024-08-08T02:57:02.209973Z"
"iopub.execute_input": "2024-08-09T20:29:56.287219Z",
"iopub.status.busy": "2024-08-09T20:29:56.286871Z",
"iopub.status.idle": "2024-08-09T20:29:56.845133Z",
"shell.execute_reply": "2024-08-09T20:29:56.844512Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -536,10 +536,10 @@
"execution_count": 8,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:02.213198Z",
"iopub.status.busy": "2024-08-08T02:57:02.212771Z",
"iopub.status.idle": "2024-08-08T02:57:02.215831Z",
"shell.execute_reply": "2024-08-08T02:57:02.215300Z"
"iopub.execute_input": "2024-08-09T20:29:56.847823Z",
"iopub.status.busy": "2024-08-09T20:29:56.847356Z",
"iopub.status.idle": "2024-08-09T20:29:56.850674Z",
"shell.execute_reply": "2024-08-09T20:29:56.850101Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -584,10 +584,10 @@
"execution_count": 9,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:02.218028Z",
"iopub.status.busy": "2024-08-08T02:57:02.217683Z",
"iopub.status.idle": "2024-08-08T02:57:02.453708Z",
"shell.execute_reply": "2024-08-08T02:57:02.453132Z"
"iopub.execute_input": "2024-08-09T20:29:56.852958Z",
"iopub.status.busy": "2024-08-09T20:29:56.852600Z",
"iopub.status.idle": "2024-08-09T20:29:56.986879Z",
"shell.execute_reply": "2024-08-09T20:29:56.986282Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -806,10 +806,10 @@
"execution_count": 10,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:02.455935Z",
"iopub.status.busy": "2024-08-08T02:57:02.455621Z",
"iopub.status.idle": "2024-08-08T02:57:02.697936Z",
"shell.execute_reply": "2024-08-08T02:57:02.697365Z"
"iopub.execute_input": "2024-08-09T20:29:56.989179Z",
"iopub.status.busy": "2024-08-09T20:29:56.988815Z",
"iopub.status.idle": "2024-08-09T20:29:57.116302Z",
"shell.execute_reply": "2024-08-09T20:29:57.115671Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down Expand Up @@ -1060,10 +1060,10 @@
"execution_count": 11,
"metadata": {
"execution": {
"iopub.execute_input": "2024-08-08T02:57:02.700017Z",
"iopub.status.busy": "2024-08-08T02:57:02.699844Z",
"iopub.status.idle": "2024-08-08T02:57:02.771900Z",
"shell.execute_reply": "2024-08-08T02:57:02.771434Z"
"iopub.execute_input": "2024-08-09T20:29:57.118672Z",
"iopub.status.busy": "2024-08-09T20:29:57.118307Z",
"iopub.status.idle": "2024-08-09T20:29:57.223511Z",
"shell.execute_reply": "2024-08-09T20:29:57.222934Z"
},
"pycharm": {
"name": "#%%\n"
Expand Down
Loading

0 comments on commit c573fd6

Please sign in to comment.